Ein kleiner Mini-Shop mit Vue.js Frontend und einer Node.js (Express) REST-API auf Basis einer lokalen SQLite-Datenbank. Es sind Beispielprodukte enthalten (Netzteil, Maus, Tastatur, Monitor, SSD).
Start: Terminal im Projektordner öffnen, dann npm install, npm start und im Browser http://localhost:3000 öffnen.
npm install
npm start
Browser öffnen: http://localhost:3000
SQLite Browser herunterladen:
https://sqlitebrowser.org/dl/
Download für → macOS oder Windows auswählen.
DB Browser öffnen:
Menü → Open Database
Im Projektordner die Datei shop.db auswählen.
Oben auf Browse Data klicken.
Tabelle auswählen:
- products → zeigt alle Produkte
- orders → zeigt alle Bestellungen
____________________-
A small mini shop with a Vue.js frontend and a Node.js (Express) REST API using a local SQLite database. Includes sample products (charger, mouse, keyboard, monitor, SSD).
Start: open a terminal inside the project folder, run npm install, npm start, then open http://localhost:3000 in your browser.
npm install
npm start
Open the browser: http://localhost:3000
Download SQLite Browser:
https://sqlitebrowser.org/dl/
Choose the download for → macOS or Windows.
Open DB Browser:
Menu → Open Database
Select the file shop.db in the project folder.
Click on Browse Data.
Select table:
- products → shows all products
- orders → shows all orders