Skip to content

Projects-list/node-react-ecommerce

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to my React and Node fully-functional e-commerce website.

Run Locally

1. Clone repo

$ git clone git@github.com:kushwaha-suraj/node-react-ecommerce.git
$ cd node-react-ecommerce

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

For New version of node:

first run set NODE_OPTIONS=--openssl-legacy-provider to solve digital envelope routines

# open new terminal
$ cd frontend
$ npm install
$ npm start

5. Create Admin User

6. Login

7. Create Products

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.1%
  • CSS 10.2%
  • HTML 5.7%