An api to time register to employees
use to start the aplication in developer mode
use to build the aplication
use to start the aplication after the build
use to run the tests
To run with docker-compose use the following commands
-
docker-compose build --no-cacheto build a image -
docker-compose up -dto run this instance -
docker-compose stopto stop this instance -
docker-compose downto removed this instance
The api is expose by default in http://localhost:3333