Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 718 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 718 Bytes

Amazon Clone - Full Stack E-Commerece Website

Made with REACTjs, EXPRESS.js , Node.js and MongoDb

How to run

Clone the repository using

https://github.com/sambitsingha/Amazon-Clone.git

Project contains two main part -- Frontend and Backend

Frontend

First type , cd my-app Then , npm install , to install the dependencies After that , type npm start . This starts the client side of the project

P.S - If you are using a higher version of React and have problem in installing them , use npm install --force

Backend

First navigate to the folder using cd backend Then , again type npm install After that , type node index.js to run the Express Server