shradhasehgal / Pandora

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 96.9%Language:HTML 2.0%Language:CSS 1.1%