Use this repo as a starter repo for developing API servers.
Before beginning make sure you have Docker installed and running, then do:
npm i
npm run up
When finished developing do:
npm run down
Testing, linting, knex rollbacks, migrations, and seeds can all be done respectively with:
npm test
npm run lint
npm run rollback
npm run latest
npm run seed