This repository was archived by the owner on Jan 8, 2025. It is now read-only.
Releases: davesag/api-server-boilerplate
Releases · davesag/api-server-boilerplate
Version 1.0.2
- includes example of async route controller
- removed dependency on swagger-express-validator as it does not support OpenAPI 3
- updated many dependencies
Version 1.0.1
- Moved
/ping
and/
to root of API server - updated all dependencies
- cleaned up docs
- reformatted package.json
- resolved all security audit warnings
- added mutation testing
Version 1.0.0 (The initial release)
What is in this
- a single API route and simple controller (
src/api/v1/ping
) - support for asynchronous routes via
route-async
- automatic linking of swagger paths to controllers using
swagger-routes-express
andtraverse-folders
- automatic generation of API docs using
swagger-ui-express
- simple logging (swap out the code in
src/utils/logger
to add your own) - standardised
node-http-error
andhttp-status-codes
and simplegeneric
andnotFound
error handlers - the swagger editor as an easy to invoke docker image
dotenv
support