#DEPRECATED
This repo is officially deprecated and should not be used anymore.
A cute and awesome foundation for your next api
- clone this repo
- write your service
- create a new repo
- change the origin to the new repo
- push push
- when adding a new middleware extend the base.middleware.js, to add your middleware to the app itself, add it in the index.js via it's .middleware() function
- when adding a new router extend the base router, to add your router to the app itself, add it in the index.js via it's .router() function