biggy


License
MIT
Install
npm install biggy@0.2.1

Documentation

Biggy starter

Run configs

  • start - Starts the server in development mode with auto reloading.
  • test - Runs all tests in project.
  • test-providers - Runs tests on providers.
  • test-helpers - Runs tests on helpers.
  • test-routes - Runs tests on routes.
  • docs-build - Builds an API documentation page using ./node-api-starter.apib file, outputs to ./docs/index.html.
  • docs - Runs a local server that hosts the documentation.

Environment data

constants folder stores all environment data. By default, it contains config.json, which holds a port number and database config.

To do:

  • Auto require routes by scanning directory
  • Model template
  • Server run npm config
  • API blueprint
  • Tests
  • Test coverage check
  • responseWrapper.wrap() should be able to receive an object of parameters
  • Routing system with nesting
  • JWT auth