Skip to content

JonathanThomaz/time-register-backend

Repository files navigation

Time Register Backend

An api to time register to employees

Scripts

start:dev

use to start the aplication in developer mode

build

use to build the aplication

start

use to start the aplication after the build

test

use to run the tests

docker-compose

To run with docker-compose use the following commands

  • docker-compose build --no-cache to build a image

  • docker-compose up -d to run this instance

  • docker-compose stop to stop this instance

  • docker-compose down to removed this instance

The api is expose by default in http://localhost:3333

About

api to register and control the time of the employees

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published