This repository contains the combined code for the frontend, server, and both training+prediction microservices.
The setup of the new combined repository is very simple. First, delete any existing containers and volumes from any previous installations of the server or microservices.
To run this repository, follow the following steps:
Install Docker Desktop and ensure that Docker is running on your computer.
Now, open the root folder of this repository in the command line.
Run the command docker-compose build
Run the command docker-compose up
Run the command docker-compose down
If you would like to interact with the API, download the collection on Postman for easy testing