Express REST API with Authentication routes and support for Mongoose/MongoDB
- routes mapping via Lumie
- support for mongoose and mongodb
- environments for
development
andproduction
- 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-boilerplate
then
# cd into project root
$ npm i
# start the api
$ npm start
mongoose 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