Gains Fitness App
If running for the first time, ensure you have donwloaded the files from the rqeuirements.txt within gains_be
Set the venv properly by running in ~backend:
source venv/bin/activate
To run the backend server, navigate to ~/backend and run:
python3 manage.py runserver 0.0.0.0:8000