Skip to content

andrewbunac/hapitodo

 
 

Repository files navigation

Hapi To Do

Demo of a TodoMVC front-end with a Hapi back-end.

Build Status Coverage Status Code Climate Known Vulnerabilities NSP Status

Setup

$ git clone https://github.com/genediazjr/hapitodo.git && cd hapitodo
$ npm install            # download dependencies
$ npm start              # run server (uses json as db)
$ npm test               # run test script
$ npm run precompile     # precompile templates
$ npm run postgres       # run server (uses postgre)

You may modify the postgre connection string on the manifest.

Contributing

  • Submit an issue first for significant changes.
  • Follow the Hapi styleguide.
  • Include 100% test coverage.

About

TodoMVC jQuery + Hapi

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 88.2%
  • CSS 8.0%
  • HTML 3.8%