Skip to content

AL-Hareth/shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

shopping-cart

My first NodeJS app with MongoDB

==================================

Running:

1- Install NodeJS from https://nodejs.org/

2- Create directory in C: with name data and create db folder into it

3- Install MongoDB from https://www.mongodb.com/download-center

4- Use the Terminal( CMD ) and write these commands:

 $ C:
 $ cd "Program Files"
 $ cd MongoDB\Server\3.0\bin
 $ mongod

5- Use another Terminal( CMD ) to enter the "shopping" rout and write:

  $ npm install
  $ cd seed
  $ node products-seeder
  $ cd ..
  $ npm start

6- Go to your browser and write: localhost:3000

7- Enjoy the program :)

About

My first NodeJS app with MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors