verificador-associacao-service

Codacy Badge Code Coverage GitHub pull requests GitHub package.json version GitHub commit activity CircleCI

How to develop

Running locally for the first time

  1. After cloning, run npm ci, and npm run db:local:create,and make sure that Java is installed
  2. Run npm run db:local, to start the database and its UI runs at http://localhost:5001
  3. Run npm run local, to start the service at http://localhost:4000

Developing a feature

  1. After agreeing with the others collaborators which task you are going to do, goto the main branch
  2. Create a new branch and do your work there
  3. Upon finishing don't forget Unit Tests and Integration Tests. To test, run npm run review. If it fails, you must fix them in order to proceed
  4. If everything is ok, open a new Pull Request to development. Your PR is going to be blocked if the previous step is failing

Client available here