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: app/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,14 @@ A [Sails](http://sailsjs.org) application!
4
4
The app is running [here](http://82.196.15.113:1337/api)
5
5
6
6
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
15
15
16
16
To create an admin-user, navigate to app/api/models/User.js. Change admin.defaultsTo:true. Start development server. Create a new user.
17
17
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