Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 730 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 730 Bytes

Map of Thrones

An interactive geo-visualization of the kingdoms of Westeros using Leaflet. User can-

  • Navigate to different kingdoms
  • Add posts in the discussion forum

Visit Map of Thrones.

Deploying Project

Cloning Repository

Open terminal and run the command:

git clone https://github.com/minusv/Map-of-Thrones.git

Installing Requirements

Open terminal(virtualenv) and run the following commands:

pip install -r requirements.txt

Running Django

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!