written in Python3 and Django
Live Demo: http://ryannchristopherang.pythonanywhere.com
- Use virtualenv in installing libraries and dependencies.
- Install necessary packages using pip
To install using pip
:
$ pip3 install requirements.txt
-
Run the webserver using:
$ python3 manage.py runserver
.