-
Backend:
- Python 2.7
- Django 1.7.5
-
Frontend:
- Twitter Bootstrap
- Icons8
- 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.
This is an open source software under the MIT License. You are free to use, copy, modify, distribute.
This project runs its tests on multiple desktop and mobile browsers using BrowserStack.