Skip to content

implementing a food restuarant website for online ordering with django framework

Notifications You must be signed in to change notification settings

engragy/django_restaurant_app-

Repository files navigation

Retuarant website

LOGO|Django *** Powered By ***

Great implementation of a Store with ordering web app.

consists of a couple of pages!

Main page with pictures of menu items, and odering form on the left. main_page Order summary with Total amount, before placing the order. register_page

Features:

  • Elegant restaurant website with nice Custom CSS effects (no styling framework is used)
  • Relaying on JS to handle the ordering forms for better user experience.
  • After logging in, users can make orders and track thier progress.
  • using sqlite3 DataBase for development.

Used Django extensions/packages/libraries including:

Installation

just use a virtual environment for the app
$ pip3 install virtualenv
make a new folder for the app
$ mkdir ~/pizza_restaurant
$ cd pizza_restaurant
$ virtualenv .env
$ git clone
$ source .env/bin/activate 
$ pip -r install requirements
$ python manage.py runserver

About

implementing a food restuarant website for online ordering with django framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published