Skip to content

Latest commit

 

History

History
76 lines (46 loc) · 1.27 KB

README.md

File metadata and controls

76 lines (46 loc) · 1.27 KB

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