Skip to content

Source code for UberEats like Food Delivery service (API Server Side with Python)

License

Notifications You must be signed in to change notification settings

micflu73/foodtasker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UberEats - API Server Side with Python

Build an system for Food Delivery like UberEats with Python + Swift + Android (course code).

Start development Server

$ cd courses/foodtasker/
$ vagrant up
$ vagrant ssh

Activate virtual environment

vagrant@ubuntu-xenial:~$ source ~/env/bin/activate

Start dev server at http://localhost:8000/

(env) vagrant@ubuntu-xenial:~$ cd /vagrant
(env) vagrant@ubuntu-xenial:/vagrant$ python manage.py runserver 0.0.0.0:8000

About

Source code for UberEats like Food Delivery service (API Server Side with Python)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published