An interactive geo-visualization of the kingdoms of Westeros using Leaflet. User can-
- Navigate to different kingdoms
- Add posts in the discussion forum
Open terminal and run the command:
git clone https://github.com/minusv/Map-of-Thrones.git
Open terminal(virtualenv) and run the following commands:
pip install -r requirements.txt
Complete the following steps in the directory containing
manage.py
. Open terminal(virtualenv) and run the command:
python manage.py runserver
Congratulations! Map-of-Thrones is up and running!