E commerce shop with products, cart and orders.
- Clone the repo
- Create a
.envfile in the root of the project, and use the.env.exampleas a template - Run
npm install - Run
docker-compose up -d - Run prisma migration
npx prisma migrate dev(No prev data is synced) - Run seed
npm run seed - Run
npm run dev - Open
http://localhost:3000in your browser - Clean local storage in your browser