CoffeeManager is queue manager of production of coffee. Demo application for the event "Friday of Knowledge".
Front-end project: https://github.com/marcospereirampj/frontend-coffee-manager.
- Create project:
django-admin.py startproject coffeemanager
- Create app:
python manage.py startapp coffe
- Create models and admin:
See coffee package in project.
- Install requirements:
See section Requirements.
- Create API Rest (purpose of the event):
See the presentation of the event [1].
- django 1.8 (https://www.djangoproject.com/)
- djangorestframework (http://www.django-rest-framework.org/)
- markdown (http://pythonhosted.org/Markdown/)
- django-filter (https://github.com/carltongibson/django-filter)
- django-cors-headers (https://github.com/ottoyiu/django-cors-headers)