https://github.com/algorithm-ssau/food-delivery
https://github.com/algorithm-ssau/food-delivery
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/algorithm-ssau/food-delivery
- Owner: algorithm-ssau
- License: other
- Created: 2019-04-07T08:53:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T20:51:39.000Z (over 2 years ago)
- Last Synced: 2024-04-23T19:08:11.332Z (about 2 years ago)
- Language: Python
- Size: 193 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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`