forked from scotch-io/node-todo
-
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
cc1a29d
commit ebcb12e
Showing
2 changed files
with
4 additions
and
7 deletions.
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 |
---|---|---|
|
@@ -12,8 +12,9 @@ Node provides the RESTful API. Angular provides the frontend and accesses the AP | |
|
||
1. Clone the repository: `git clone [email protected]:scotch-io/node-todo` | ||
2. Install the application: `npm install` | ||
3. Start the server: `node server.js` | ||
4. View in browser at `http://localhost:8080` | ||
3. Make sure mongodb is accessable at `http://localhost:27017` | ||
4. Start the server: `node server.js` | ||
5. View in browser at `http://localhost:2020` | ||
|
||
## Tutorial Series | ||
|
||
|
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