Skip to content

Commit

Permalink
Issue #000 docs: Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakhan Mandloi committed Jan 21, 2019
1 parent 3f47fd6 commit 300e51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

1. **Clone** - Clone this repo
2. **Install server dependencies** - change directory to the server folder and run ```npm install``` command. This will install all the server dependencies.
3. **Verify MongoDB is active** - MongoDB is by default not started every time the system is restarted / booted. Verify MongoDB server is active/running with command ```service mongod status```. If not active, start the MongoDB with command ```sudo service mongod start```.
3. **Verify MongoDB is active** - MongoDB is by default not started every time the system is restarted / booted. Verify MongoDB server is active / running with command ```service mongod status```. If not active, start the MongoDB with command ```sudo service mongod start```.
4. **Import temporary data** - [Instructions](#import-dummy-data-to-start-with)
4. **Start loopback server** - run command ```node .``` to start the server.
5. Once the server is active, one can access ```http://localhost:3002/explorer``` URL to add application data (Such as Menu, Widget, WidgetAssignment, Source) using post service from loopback. refer Database Design Diagram for more clarification on relationship between the collections.
Expand Down

0 comments on commit 300e51f

Please sign in to comment.