genediazjr / hapitodo

TodoMVC jQuery + Hapi

Home Page:https://hapitodo.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://hapitodo.herokuapp.com

License:MIT License


Languages

Language:JavaScript 88.2%Language:CSS 8.0%Language:HTML 3.8%