Skip to content

RishiRajAnand/blogger-Looperback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published