Code Monkey home page Code Monkey logo

restaurants's Introduction

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

restaurants's People

Contributors

dependabot[bot] avatar rk4bir avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

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.