Skip to content

shinshan/hapitodo

 
 

Repository files navigation

Hapi To Do

[Hapi] (http://hapijs.com/) CRUD Boilerplate in a To Do [Demo] (https://hapitodo.herokuapp.com/) that works with and without client javascript. WIP

Build Status Coverage Status Code Climate Known Vulnerabilities

Setup

$ npm install
$ npm start

Run tests

$ npm test

Structure

/server
├─ /route     - hapi routes
│  ├─ /rest   - restful routes
│  └─ /web    - browser routes
└─ /method    - hapi methods
   ├─ /event  - dispatcher
   ├─ /model  - data access
   └─ /util   - helpers
/static       - asset files
└─ /mold      - view templates
/test

Technologies

Hapi Plugins

Contributing

  • Include 100% test coverage
  • Follow the [Hapi coding conventions] (http://hapijs.com/styleguide)
  • Submit an issue first for significant changes.

Credits

Todo.. Todo.. Todo todo todo todo todoooooo

  • authentication and authorization
  • restful client javascript
  • use of validations
  • list pagination
  • tests, tests, tests, and tests

About

Hapi CRUD Boilerplate in a To Do Demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.5%
  • HTML 15.7%
  • CSS 5.8%