Boilerplate for a Node Express API.
Clone the project locally
$ git clone https://github.com/sergiouve/express-boilerplateInstall npm dependencies
$ npm ciRun all migrations
$ npm run migrateRollback migrations
$ npm run migrate:rollbackRun seeders
$ npm run seedersRun the tests
$ npm run test