- SQLite Datenbank
- Node.js Backend
-
Module installieren:
npm install -
Server starten:
node app.js
Die Online Shop wird dann unter [http://localhost:3000/]
Um sich als Administrator anzumelden, verwenden Sie diese Daten:
- Benutzername:
admin - Passwort:
admin
URL: /register
Methode: POST
URL: /login
Methode: POST
URL: /reset_password
Methode: POST
- GET /categories
- POST /categories
- GET /categories/:id
- PUT /categories/:id
- DELETE /categories/:id
- GET /products
- POST /products
- GET /products/:id
- PUT /products/:id
- DELETE /products/:id