Express REST API with Authentication routes and support for Mongoose/MongoDB
- routes mapping via Lumie
- support for mongoose and mongodb
- environments for
developmentandproduction - use apidoc for API Documentation, create documentation with
npm run create:doc
Start by cloning this repository
# HTTPS
$ git clone https://github.com/Mattesackboy/express-lumie-api-boilerplatethen
# cd into project root
$ npm i
# start the api
$ npm startmongoose is supported out of the box as it is the default.
This boilerplate has 2 main directories:
- api - for api versions, controllers, models, routing, etc.
- config - for the configuration file.
MIT © Matteo Brogin