Skip to content

edumoreira1506/cig-service-template

Repository files navigation

cig-service-template

Dependencies

NodeJS >= 16.14.0
Postgres >= 13

Setup

Clone the project.

$ git clone [email protected]:edumoreira1506/cig-service-template.git
$ cd cig-service-template

Copy the contents of the .env.sample to .env then change with the credentials of your local environment.

$ cp .env.sample .env

Install all packages.

$ npm i

For run server local.

$ npm run dev

Tests

For run tests.

$ npm run test

Linter

For run eslint.

$ npm run lint

Database

To run migrations.

$ npm run db:migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published