-
Backend:
- Python 2.7
- Django 1.7.5
-
Frontend:
- Twitter Bootstrap
- Install Python 2.7 (Linux distributions and OS X already have Python 2.7)
- Install pip -> https://pip.pypa.io/en/latest/installing.html
- Install virtualenv -> https://virtualenv.pypa.io/en/latest/installation.html
- Create a folder with virtualenv ->
$ virtualenv folder
- Activate the virtual enviroment:
$ cd folder
$ source bin/activate
- Clone this repository for the folder.
- Use ->
$ cd project
- Install the dependencies ->
pip install -r requirements.txt
- Runs the server ->
$ python manage.py runserver
note: the symbol '$' represents the terminal.
####Login Page
####User Dashboard Page
####Personal Trainer Dashboard Page
####Admin Dashboard Page
This is an open source software under the MIT License. You are free to use, copy, modify, distribute and sell it.