Boilerplate to help you get started with building your API's quickly
1 - Run on dev environment
npm run start:dev
2 - Build
npm build
3 - Run build
npm start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.