Example API written with Nest framework and uses MySQL database.
Example API runs here https://budgeter-api.herokuapp.com/
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# test coverage
$ npm run test:cov