NodeJS >= 16.14.0
Postgres >= 13
Clone the project.
$ git clone git@github.com:edumoreira1506/cig-service-template.git
$ cd cig-service-templateCopy the contents of the .env.sample to .env then change with the credentials of your local environment.
$ cp .env.sample .envInstall all packages.
$ npm iFor run server local.
$ npm run devFor run tests.
$ npm run testFor run eslint.
$ npm run lintTo run migrations.
$ npm run db:migrate