/Pandora

A shopping app built with MERN stack with appropriate functionality for customer and vendor side

Primary LanguageJavaScript

Pandora - shopping app

To Run

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!.

About

Frontend and backend have been divided in their respective folders

Backend

  • In backend, models has all the schemas
  • api.js has all the APIs that server.js calls

Frontend

  • Bootstrap has been used for the UI
  • All components are declared in the components folder
  • They are all routed in App.js