Skip to content

Mattesackboy/express-lumie-api-boilerplate

Repository files navigation

express-lumie-api-boilerplate

Express REST API with Authentication routes and support for Mongoose/MongoDB

  • routes mapping via Lumie
  • support for mongoose and mongodb
  • environments for development and production
  • use apidoc for API Documentation, create documentation with npm run create:doc

Install and Use

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.

Folder Structure

This boilerplate has 2 main directories:

  • api - for api versions, controllers, models, routing, etc.
  • config - for the configuration file.

LICENSE

MIT © Matteo Brogin

About

A boilerplate express RESTful API using Lumie for Routing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published