This will be a Django back-end for my Android/iOS Fitness application
- Pull down the repository using HTTP or SSH.
- If you haven't done so already, inside your home directory create a /.config folder with a folder titled "FitTrainer" inside of it. On Mac's this final directory would be "/Users/{UserName}/.config/FitTrainer/".
- Run "echo 1 > ~/.config/FitTrainer/DEBUG" in Terminal.
- Change directories into the root folder of FitTrainerBackEnd/.
- Install a virtualenv using "virtualenv -p python3 {virtualEnvName}
- Run your virtual environment using "source {virtualEnvName}/bin/activate".
- You should see the {virtualEnvName} in your terminal appended to the beginning or end of your console line.
- Run "pip install -e ." to install dependencies.
- Finally, run "fittrainer runserver" in order to deploy the development environment on your local machine.