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
For local execution and/or production:
$ docker-compose build --no-cache
$ docker-compose up
To run the tests, we used Jest + Chai. Run the command below:
$ npm run test