Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codenitros/online_food_ordering
https://github.com/codenitros/online_food_ordering
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/codenitros/online_food_ordering
- Owner: codenitros
- Created: 2020-08-17T17:11:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-15T15:32:41.000Z (almost 3 years ago)
- Last Synced: 2024-08-21T07:33:19.390Z (5 months ago)
- Language: HTML
- Size: 16.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Online_Food_Ordering
## ABOUT
Thindi is a food ordering web application. Users after signing up can view restaurant based on their rating. Restaurants can also be searched using the available search tab. Every restaurant has a list of recepie associated with it and users can add recipe to their favourites list.
## FEATURES
* Built using Django 2.1.1
* Registration and Login for users
* User profile that displays user favourites
* Ability to add/remove/modify restaurant and recipe by admin
* Ability to search for a restaurant to order## Installation and Usage
* Clone the repository
* Install the requirements.txt
* Run `python manage.py migrate` initially
* Run `python manage.py runserver` for site to run in your local host## Contributing
Bug reports & Feature Requests are welcomed.