Boilerplate for a Node Express API.
Clone the project locally
$ git clone https://github.com/sergiouve/express-boilerplate
Install npm dependencies
$ npm ci
Run all migrations
$ npm run migrate
Rollback migrations
$ npm run migrate:rollback
Run seeders
$ npm run seeders
Run the tests
$ npm run test