Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

rk4bir/restaurants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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