An open API service indexing awesome lists of open source software.

https://github.com/algorithm-ssau/food-delivery


https://github.com/algorithm-ssau/food-delivery

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# food-delivery

This is the project of a website for... food delivery.
For run this application you should do some steps and have necessary packages (for more information look at the `requirements.txt`):

1. Download application by using `git clone https://github.com/algorithm-ssau/food-delivery.git` in the terminal
2. Do migrate by `python3 manage.py migrate` (also do `python3 manage.py makemigrate`)
3. Run by `python3 manage.py runserver`