Skip to content

PranavGPR/FullyCart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FullyCart

This is the repository of a simple E-commerce web app built with the power of React, Node.js and MongoDB.

Run Locally

1. Clone repo

git clone "https://github.com/PranavGPR/FullyCart.git"

cd FullyCart/

2. Install MongoDB

Download it from here: https://docs.mongodb.com/manual/administration/install-community/

3. Run Backend

npm install
npm start

4. Run Frontend

# Open new terminal
cd app
npm install
npm start