python3 -venv .venv
You may check if your vitural environment is enabled by using the command below
pip -V
pip install -r requipments.txt
This will install all of the neccessary packages needed to run this project.
This application is containerized using Docker, so long as you have Docker Engine installed you can use the command below to build out this Multi-container application.
docker compose up -d --build
