We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7bcd4e commit b5203ecCopy full SHA for b5203ec
1 file changed
backend/README.md
@@ -12,6 +12,8 @@ Server starts at `http://localhost:4000` by default.
12
13
## Database
14
15
+### Issue #26: Move from in-memory store to persistent DB
16
+
17
- Uses `node:sqlite` with a local database file at `backend/data/brocode.sqlite`.
18
- You can override the location with `BROCODE_DB_PATH=/custom/path.sqlite npm run backend`.
19
- On first start, seed data is inserted for users, spots, catalog items, and a sample order.
0 commit comments