Zorg. A fun game to find out the worries of a city.
Requirements
- python
- pip
- django
- South
- Django Rest Framework
- NLTK
- flickrapi
To run:
- Use the
git
bash
tool. - Change to the
zorg
directory. - LOCAL: Type
./manage.py runserver
(Orpython2 manage.py runserver
if on a Mac with Python installed by Homebrew) - The project will now be running at
http://localhost:8000