/finanT-api

Primary LanguageJavaScriptMIT LicenseMIT

finanT-api

Run in development:

docker-compose up

Using this way is already enabled for debugging and hot deploy is also enabled.

Run by dockerfile:

Run with:

docker build -t clovesmjunior/finant .

after:

docker run -p 3001:3001 -d clovesmjunior/finant

Run tests

In this implementation, every commit made is checked lint and tests only the changed files if they have.

If you need to perform the tests, follow the instructions below.

  • To install the dependencies:
yarn install
  • To perform the tests only, you must first install the yarn and run the following command:
yarn test