An E-Commerce store with a cart and checkout
Front-End: Next Js, Chakra UI, Figma
##Figma link https://www.figma.com/file/b5DgDeYkZmKfiLz6B1EL9U/Ecommerce?node-id=0%3A1
To start frontend
cd frontend
npm install
npm run dev
Back-End: Express
Database: MongoDB
To start backend type the following commands
cd backend
npm run dev
or npm start
Running npm run dev
will start the server but it will be wrapped in nodemon which means it will restart everytime a change is made
Please read contribution.md