This is just a blueprint for REST Web API.
With preinstalled:
expressknex/bookshelfswaggervalidatorsentry
It have already:
- HTTP ready route handlers.
- Basic Swagger Docs and their partition.
- Simple and useful validator.
- Ready
knexfiles and directories with examples. Bookshelfbase 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.
- Errors factory for features.
- Errors according to Node 10.