Skip to content

Mock store made with PostgreSQL + Expressjs + Vue + Node

License

Notifications You must be signed in to change notification settings

astral-shpx/PEVNStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PEVNStore

Showcase

Products list

ezgif-7-38e7b47843

Add to cart

xCPNIlmRIE

Sign up & add to favourites

firefox_pubzQ4D4ZN

Filters

firefox_QNnNtjiZb4

Responsiveness

ezgif-4-ed0ff2613c

Dark theme

firefox_zJ4oaYF9t4

Running with docker compose

docker compose up --build

Clean up

docker compose down

Development

Running the database

docker compose up my-postgres

Running the backend

cd backend
npm run dev

Running the frontend

cd frontend
npm run dev

To seed the database

cd backend
npm run db:create # if it's not created already
npm run seed:run

Tools

Database inspection: DBeaver

Api inspection: Insomnia

About

Mock store made with PostgreSQL + Expressjs + Vue + Node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages