Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

genediazjr/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.