Giter Club home page Giter Club logo

chamrun / food_project_test Goto Github PK

View Code? Open in Web Editor NEW

This project forked from soufiane-majdar/food_project

0.0 0.0 0.0 7.25 MB

The Food Project is a web application built with Django that allows users to order food online from local restaurants. The project includes a menu of available dishes from the restaurant. On the backend, the project includes a Django admin panel that allows restaurant owners to manage their menus.

License: MIT License

JavaScript 3.33% Python 18.51% CSS 17.71% HTML 48.29% SCSS 12.16%

food_project_test's Introduction

Food_Project

The Food Project is a web application built with Django that allows users to order food online from local restaurants. The project includes a menu of available dishes from the restaurant.

On the backend, the project includes a Django admin panel that allows restaurant owners to manage their menus, view and fulfill orders, and track their sales.

The Food Project is designed to be scalable and easy to maintain, with a clean and responsive user interface that works well on both desktop and mobile devices. It is built using best practices for Django development, including object-relational mapping (ORM) to handle the interactions with the database and Django's built-in security features to protect against common web vulnerabilities.

Overall, the Food Project is a powerful and feature-rich solution for anyone looking to start an online food ordering business or add food ordering functionality to an existing website.

Demo

https://soufianemjr.pythonanywhere.com/

✨ How to use it

$ # Get the code
$ git clone https://github.com/Soufiane-Majdar/Food_Project.git
$ cd Food_Project
$
$ # Virtualenv modules installation (Linux)
$ virtualenv env
$ source env/bin/activate
$
$ # Virtualenv modules installation (Windows)
$ virtualenv env
$  .\env\Scripts\activate
$
$ # Install modules (Linux)
$ pip3 install -r requirements.txt
$ # OR (Windows)
$ pip install -r requirements.txt
$
$ # creat a migration
$ python manage.py makemigrations
$ python manage.py migrate
$
$
$ # Start the application
$ python manage.py runserver 
$
$
$ # Access the web app in browser: http://127.0.0.1:8000/

IMAGES

Admin Panel


Home


Cart





Order Message


food_project_test's People

Contributors

soufiane-majdar 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.