Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.06 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.06 KB

Food Delivery App called Foodtasker

Food Delivery App using Swift3/Xcode8 & python/django

A user can sign in as a new restaurant.

A user can create meals and submit order status.

A user can communicate with drivers when order status is cooking, done, ready, out for delivery, and delivered.

A user can view report and see revenue for the week and the most popular meal.

foodtasker-meals

foodtasker-orders

foodtasker-reports

Setting up

Fork the project to your personal account and get a local copy on your machine. Change into the project folder.

$ python manage.py runserver

Now you should be able to view at http://127.0.0.1:8000/.