Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codenitros/online_food_ordering


https://github.com/codenitros/online_food_ordering

Last synced: about 1 month ago
JSON representation

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.