Skip to content

chico/node-js-getting-started-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-js-getting-started-api

A barebones API built using Hapi.

Running Locally

Make sure you have Node.js and the Heroku Toolbelt installed.

$ git clone git@github.com:chico/node-js-getting-started-api.git # or clone your own fork
$ cd node-js-getting-started-api
$ npm install
$ npm start

Your app should now be running on localhost:8080.

Swagger

The Swagger UI is outside the scope of this project but can easily be added:

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles:

About

A barebones API built using http://hapijs.com.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published