sudo mongod
Run Express:
cd backend/
npm install
npm start
Run react:
cd frontend/
npm install/
npm start
Navigate to localhost:3000/ in your browser and start shopping!.
Frontend and backend have been divided in their respective folders
- In backend, models has all the schemas
api.js
has all the APIs thatserver.js
calls
- Bootstrap has been used for the UI
- All components are declared in the
components
folder - They are all routed in
App.js