johnrlive / restaurants

django based restaurants ordering system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

restorabd {as a django beginer project}

restaurant-ordering-system.
Yet to complete some functionalities...
messy codes & style
CREATE A SUPERUSER ACCOUNT BEFORE YOU INTERACT WITH USER, ACCOUNT MODEL\


Features

  • Cart
  • Order confirmation
  • Promo Token
  • Login/Registration
  • Restaurants
    • Profile
    • Food menu
    • Rating/reviews
  • Search
  • My Orders Dashboard
  • Notifications
  • Profile
  • My Reviews
  • Admin Order management dashboard (Only for superuser)
  • etc...

Used Technologies

  • Python
  • Django v1.11: upgraded to v2.2.4
  • SQLite3
  • HTML
  • CSS
  • Bootstrap
  • ClockPicker
  • Font-Awesome
  • JavaScript
    • jQuery
      • Ajax
    • Notify.js
    • jQueryMyCart.js
    • Wow.js

Installation

Create khaidai's virtual environment & goto the directory.

Linux

virtualenv -p /usr/bin/python3 khaidai
cd khaidai/

Windows

virtualenv khaidai
cd .\khaidai\

Activate virtualenv

Linux

source bin/activate

Windows

.\Scripts\activate

clone the project in the khaidai directory.

git clone https://github.com/iraihankabir/restaurant-management.git

Install reequirements.txt

python -m pip install -r requirements.txt

rename restaurant-manager directory to 'src' [optional].

mv restaurant-manager src/

goto src directory and create db models.

cd src/
python manage.py migrate

Run dev server at port 8888.

python manage.py runserver 8888

SCREENSHOTS

01

image

02

image

03

image

04

image

05

image

06

image

07

image

08

image

09

image

10

image

11

image

12

image

13

image

14

image

15

image

About

django based restaurants ordering system

License:GNU General Public License v3.0


Languages

Language:HTML 42.7%Language:Python 36.3%Language:JavaScript 15.2%Language:CSS 5.9%