32 lines
389 B
Markdown
32 lines
389 B
Markdown
# PantryHub
|
|
|
|
Een moderne boodschappenapp gebouwd met:
|
|
|
|
- Node.js
|
|
- Express
|
|
- SQLite
|
|
- Socket.IO
|
|
- Bootstrap (Tabler)
|
|
- EJS
|
|
- PWA
|
|
|
|
## Installatie
|
|
|
|
```bash
|
|
npm install
|
|
npm run dev
|
|
```
|
|
|
|
Open daarna:
|
|
|
|
http://localhost:3000
|
|
|
|
## Features
|
|
|
|
- Huishoudens
|
|
- Gedeelde boodschappenlijsten
|
|
- Slimme productdatabase
|
|
- Realtime synchronisatie
|
|
- Offline ondersteuning
|
|
- Pushnotificaties
|
|
- Barcode scanner |