Skip to content

Commit 9726b07

Browse files
committed
Update README.md
1 parent 65c1f0f commit 9726b07

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

app/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ A [Sails](http://sailsjs.org) application!
44
The app is running [here](http://82.196.15.113:1337/api)
55

66
To set up development server:
7-
1. make sure you have [node.js] (https://nodejs.org/en/) installed
8-
2. make sure you have [mongodb](https://www.mongodb.com) installed
9-
3. install [sails.js] (http://sailsjs.org/get-started) with npm
10-
4. clone or fork this repo
11-
5. run npm install to install dependencies
12-
6. start mongodb in your terminal using mongod
13-
7. run sails lift to start development server
14-
8. navigate to localhost:1337/api
7+
1. make sure you have [node.js] (https://nodejs.org/en/) installed
8+
2. make sure you have [mongodb](https://www.mongodb.com) installed
9+
3. install [sails.js] (http://sailsjs.org/get-started) with npm
10+
4. clone or fork this repo
11+
5. run npm install to install dependencies
12+
6. start mongodb in your terminal using mongod
13+
7. run sails lift to start development server
14+
8. navigate to localhost:1337/api
1515

1616
To create an admin-user, navigate to app/api/models/User.js. Change admin.defaultsTo:true. Start development server. Create a new user.
1717
Stop server and change back to admin.defaultsTo:false. Start development server again and create new users, log in as admin or log in as other users and play around!

0 commit comments

Comments
 (0)