Skip to content

Commit b5203ec

Browse files
committed
Resolve README merge conflict and add issue #26 heading
1 parent f7bcd4e commit b5203ec

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

backend/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Server starts at `http://localhost:4000` by default.
1212

1313
## Database
1414

15+
### Issue #26: Move from in-memory store to persistent DB
16+
1517
- Uses `node:sqlite` with a local database file at `backend/data/brocode.sqlite`.
1618
- You can override the location with `BROCODE_DB_PATH=/custom/path.sqlite npm run backend`.
1719
- On first start, seed data is inserted for users, spots, catalog items, and a sample order.

0 commit comments

Comments
 (0)