Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MennaRamadan authored Mar 17, 2019
1 parent 6bb747e commit f30dbfc
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
# Swag-Shop-API
# Swag-Shop-API

## Prerequisites
-install node.js and edit path in system variable
-install mogodb and edit path in system variable


## Installing
1. Run 'node' to make sure that node installed correctly.
2. Run 'mongod'to make sure that mongo installed correctly.
3. Run 'npm install' from project file folder


## Running the App
2. Run 'mongod' using cmd
2. Run 'mongo' using another cmd
3. Run 'nodemon server.js' using cmd from project folders
4. it expected to display this message at the end 'Language service is ruuning on port 3000'
Now the server is ready

0 comments on commit f30dbfc

Please sign in to comment.