Code Challenge Grupo ZAP

How do run

The project was developed in NodeJS, and to run locally, just run the commands below. Note: You must have node and npm installed.

$ npm install
$ npm run dev

Run with Docker

For local execution and/or production:

$ docker-compose build --no-cache
$ docker-compose up 

Testes

To run the tests, we used Jest + Chai. Run the command below:

$ npm run test