Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 939 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 939 Bytes

blogger-Looperback

#Running the application is damn easy.

  1. Download all the app files as zip.
  2. Now open the command prompt go into the project directory and put two simple commands:-
  • npm install (To install all the dependencies from package.json)
  • node . (it will search the package.json for the mail file to run).
  1. Also dont forget to open the Mongodb in a separate command line.(Its Important)

  2. Go to your browser type localhost:3000 with http.

  3. This will open your main app.

  4. However if you want to us this blog and create your own api out of it type /explorer just after the port number.localhost:3000/explorer.

  5. Thanks to loopback framework for making the task of making this app a piece of cake for me.(One day to make the complete app.)

  6. For Mocha testing go to the command prompt in current working directory and type Mocha and sit back and see the do its work.It will test all your rest apis.