SWE 573 Repository - Ozguner
Initial Instructions: ( To be organized )
Linux (wsl2):
python3 -m venv venv
source ./venv/bin/activate
cd backend
pip install -r requirements.txt
docker-compose up --build