Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 748 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 748 Bytes

Basic Express App

This is just a blueprint for REST Web API.

With preinstalled:

  • express
  • knex/bookshelf
  • swagger
  • validator
  • sentry

It have already:

  • HTTP ready route handlers.
  • Basic Swagger Docs and their partition.
  • Simple and useful validator.
  • Ready knex files and directories with examples.
  • Bookshelf base model with pretty good filter and orderBy implementation. How to use it you can read in docs or in MS API Guidelines.
  • Setup basic environment variables.
  • Feature based file structure.
  • Ready .editorconfig.
  • Ready webpack.config.js.

TODO:

  • Errors factory for features.
  • Errors according to Node 10.