Skip to content

rainsstory/EcommerceNodeJs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

NPM and Node.js installed Database "ecommerce" created as MongoDB (localhost)

Installing

cd client
npm install
cd server
npm install

Running the app

Open a terminal on server directory

npm run start:dev

and open another terminal on client directory

npm run start

Access the web app at http://localhost:3000/

About

E-commerce Website | Reactjs | Nodejs | Mongodb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 85.1%
  • JavaScript 14.9%