This is an online store, e-commerce project, based on React.js, Next.js, Nest.js and Prisma like Starbucks, with Stripe payment. Which makes it possible to add products to the basket and pay for orders.
🎨
Design ideas for this project were taken from here https://dribbble.com
$ cd client
$ npm install
$ cd server
$ npm install
1. Create inside client/server dir file .env
2. Copy content from .env.dist to .env
3. Change the data in the .env file to required
# development mode
$ npm run dev
# production mode
$ npm run start
# development mode
$ npm run start:dev
# production mode
$ npm run start:prod
# development mode
$ npm run seed
# development mode
$ npx prisma migrate dev --name init