E commerce shop with products, cart and orders.
- Clone the repo
- Create a
.env
file in the root of the project, and use the.env.example
as 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:3000
in your browser - Clean local storage in your browser