Delines app backend developed during the Hack For Good Hackathon (Salamanca Edition). April 2015
This backend provides an API 3 endpoints implementations that allow to upload and download geolocation data (positions, routes) and info about the users. This API is consumed from Delines client app (https://github.com/charrosfera/lineas-deseo)
Check out the 0.1 version of Delines app at http://delines.jmmerino.es
##Tecnologies This backend uses Django 1.8 (https://www.djangoproject.com/), Django REST Framework (http://www.django-rest-framework.org/), Django CORS Headers (https://github.com/ottoyiu/django-cors-headers) and a MySQL database (http://mysql.com/)