Simple HTML5 single-page AngularJS application with a REST backend implemented in Django.
Copyright (C) 2013 Daniel 'MaTachi' Jonsson
License: MIT License
If you don't want to download the application but still want to check it out, you can instead click on the image below to watch it in action on YouTube.
- Install python-virtualenv:
sudo pacman -S python-virtualenv
- Run
./setup.sh
to install dependencies, populate the database, config the settings file, etc.
- Install python3-pip:
sudo apt-get install python3-pip
- Install virtualenv for Python 3 with pip:
sudo pip-3.3 install virtualenv
- Run
./setup.sh
to install dependencies, populate the database, config the settings file, etc.
$ source env/bin/activate
$ ./manage.py runserver
- Open http://127.0.0.1:8000/ in a web browser to play with the app.
- AngularJS licensed under the MIT License
- Django licensed under the Modified BSD License
- Django REST framework licensed under a modified BSD License.
- Twitter Bootstrap licensed under Apache License 2.0
- Twitter Bootstrap depends on jQuery licensed under the MIT license