You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,13 @@ Node provides the RESTful API. Angular provides the frontend and accesses the AP
7
7
## Requirements
8
8
9
9
-[Node and npm](http://nodejs.org)
10
+
- MongoDB: Make sure you have your own local or remote MongoDB database URI configured in `config/database.js`
10
11
11
12
## Installation
12
13
13
14
1. Clone the repository: `git clone [email protected]:scotch-io/node-todo`
14
15
2. Install the application: `npm install`
16
+
3. Place your own MongoDB URI in `config/database.js`
15
17
3. Start the server: `node server.js`
16
18
4. View in browser at `http://localhost:8080`
17
19
@@ -21,11 +23,8 @@ This repo corresponds to the Node Todo Tutorial Series on [scotch.io](http://sco
21
23
22
24
Each branch represents a certain tutorial.
23
25
- tut1-starter: [Creating a Single Page Todo App with Node and Angular](http://scotch.io/tutorials/javascript/creating-a-single-page-todo-app-with-node-and-angular)
24
-
- tut2-services: Coming Soon
25
-
- tut3-auth: Coming Soon
26
-
- tut4-sockets: Coming Soon
27
-
- tut5-redis: Coming Soon
28
-
- tut6-organization: Coming Soon
26
+
- tut2-organization: [Application Organization and Structure](https://scotch.io/tutorials/node-and-angular-to-do-app-application-organization-and-structure)
27
+
- tut3-services: [Controllers and Services](https://scotch.io/tutorials/node-and-angular-to-do-app-controllers-and-services)
0 commit comments