Git Product home page Git Product logo

foodex's Introduction

FoodEx

FoodEx is a django framework based web application which can be used to order food right from any electronic devices which can run a browser and use internet.

In this application, there are three actors like customers, restaurant and delivery person. Every actor will have their own login credentials and features separately.

Customer can search resturants, look at the offers,food and place order. He/She can track details of order like food in preparation, received by delivery person. He/She can give feedback on the order for both restaurant. Through this application customers can also place order for eating at the restaurant so that he/she need not wait at the restaurant when order is being prepared. He/She can track his/her previous orders, previous payments. He/She will have a profile which contains contact details, addresses, email ID.

Restaurants can add food items, update food items, place offers, update offers. They can accept the orders given by customers and see the details of customers, delivery person. They will have a profile which contains their contact details, restaurant address,email ID. They can track their earnings on daily basis, weekly basis, monthly basis and year basis.

Delivery person get the details of the order with restaurant details and customer details like address and mobile numbers. They will have a profile which contains their contact details, restaurant address, email ID. They can track their earnings on daily basis,weekly basis, monthly basis and year basis.

First create Virtual Environment using

virtualenv venv

Then activate the virtual environment using

source ./venv/bin/activate

To install the requirements

pip3 install -r requirements.txt

To run the project

python3 manage.py runserver

Open a browser and enter http://127.0.0.1:8000/ in the url.

To sync with fork

git remote add upstream https://github.com/Lokesh2703/FoodEx.git
git fetch upstream
git checkout master
git merge upstream/master```

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.