A group of apis to suggest as well as plan your journey depending on our rich database and rating criteria. All the apis hosted on https://dry-mountain-9680.herokuapp.com/ and documentation on http://dry-mountain-9680.herokuapp.com/docs/ .
To install locally follow these steps.
-
Make sure you have python and virtual env installed.
-
Make a virtual env by virtualenv venv.
-
Activate it by, source venv/bin/activate
-
Install all the requirements by pip install -r requirements.txt
-
Create the database by python manage.py syncdb
-
Populate ur database with python populate_cities.py
-
Run python manage.py createcachetable
-
Then run the server with python manage.py runserver