Assignment for Software Engineering unit L5 2020.
Created and owned by Alexander Veats, Cain Burt and Tim Giffiths
Windows
- Download the code from github - https://github.com/Group-21-Software-engineering-project/group21-fitnesswebapp.git
- Open CMD
- Cd into the directory the code is saved.
- Cd group21-fitnesswebapp
- Cd fitnesswebapp
- env\Scripts\Activate
- Cd myproject
- Py manage.py runserver
- Go to http://localhost:8000/ to view the site.
Mac
- Download the code from github - https://github.com/Group-21-Software-engineering-project/group21-fitnesswebapp.git
- Open Terminal
- Cd into the directory where the code is saved
- Cd group-21fitnesswebapp
- Cd fitnesswebapp
- env/Scripts/Activate
- Cd myproject
- Python manage.py runserver (or) Python3 manage.py runserver
- Go to http://localhost:8000/ to view the site.
This web application includes the use of these third party libraries django, django-cripsy-forms, bootstrap