Skip to content

A simple fullstack mini shop using Vue.js, Express and SQLite with sample products, cart, and order storage.

Notifications You must be signed in to change notification settings

codeRunner099/sqlite-mini-shop-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLite Mini Shop

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.

Start (lokal)

npm install npm start
Browser öffnen: http://localhost:3000

Warenkorb & Produkte später ansehen (SQLite)

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

____________________-

SQLite Mini Shop (EN)

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.

Start (local)

npm install
npm start
Open the browser: http://localhost:3000

View cart & products later (SQLite)

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

About

A simple fullstack mini shop using Vue.js, Express and SQLite with sample products, cart, and order storage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published