This is the repo for Django meet-up group demo at Wiredrive 2016.
Requires local MySQL instance running with a world
example database installed.
Install requirements.
pip install -r requirements.txt
Launch app.
python manage.py runserver
View DRF Browsable API.
View Swagger UI.
http://localhost:8080/api-docs
View Swagger Schema Document.