This application is dockerized so ideally you only need docker
and docker-compose
to run this app.
To start the server (api) locally, just run:
docker-compose up server
To run the unit tests (not yet setup), just run:
docker-compose up test
To recreate container run the next commands and then start it again:
docker-compose down
docker-compose build