- Docker and docker compose.
- possible elevated rights
Navigate to the root of the backend (where the docker-compose.yml file can be found) and execute:
docker-compose build;
docker-compose up;
Default two endpoints are available:
- http://localhost:6060: Mongo Express UI to manage the Mongo database
- http://localhost:5001: The API it self.