Ontrek Backend This repository contains the backend for the Ontrek application. Requirements Docker installed on your machine How to run the backend with Docker Build the Docker image sudo docker build -t ontrek-backend . Run the container sudo docker run --name ontrek -p 3000:8080 ontrek-backend