Coder Social home page Coder Social logo

amcoolalphonce / e-chakula Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 3.28 MB

An app that allows user to see which food are offered at a restaurant by scanning a qr code. The admin side allows editing of food available

License: MIT License

Python 4.77% CSS 41.61% HTML 3.11% JavaScript 50.51%

e-chakula's Introduction

e-Chakula

An app that allows user to see which food are offered at a restaurant by scanning a qr code. The admin side allows editing of food available

Steps when writing the code

  1. Install virualenv using the command python -m pip install virtualenv
  2. Create a virtual env using the command python -m virtual venv // name of my virtual env is venv
  3. Activate the virtual environment by using the command venv\scripts\activate
  4. Install django using pip install django
  5. Started a project lizzyFoods on the same directory using django-admin startproject lizzyFoods .
  6. Start an app called food using the cmd python manage.py startapp food
  7. Create the apps urls.py file
  8. Run migrations after updating the models using python manage.py makemigrations
  9. Make migrations using python manage.py migrate
  10. Create a simple pizza model and update using the shell
  11. Create a superuser using manage.py createsuperuser
  12. update the models for pizza, beverages, dishes and special offers
  13. Create the html files for the pages required.

THE NAVIGATION BAR Alt text

e-chakula's People

Contributors

amcoolalphonce avatar

Watchers

 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.