clovesmjunior / finanT-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 98.5%Language:Dockerfile 1.5%