-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6bb747e
commit f30dbfc
Showing
1 changed file
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |