omarsolieman / HomeFood

This is a Dynamic Food Ordering Website πŸ•

Home Page:https://homefood.pythonanywhere.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HomeFood 🌭

This is a Dynamic Food Ordering Website 🍟

Features

  • User and guest checkout capabilities.
  • Setting up the templates and data structure in the first two modules.
  • Adding user checkout flow with payment integration.
  • After complete basic checkout with a logged-in user.
  • Add in the ability for users to checkout as a guest using cookies.

Technologies

  1. Django (Backend)
  2. Bootstrap (Frontend)
  3. CSS (Frontend)
  4. JavaScript (Client-Side)
  5. Paypal Integration (Payment Method)

Demostration

Screen-Shots

HomePage

Cart

Checkout

To Run This Project

  1. clone this project on your local machine,
git clone https://github.com/ruhulaminparvez/HomeFood.git
  1. create a virtual environment inside eCommerce folder,
virtualenv venv
  1. activate virtual environment,(for windows)
.\venv\Scripts\activate 
  1. install project dependencies from requirements.txt,
pip install -r requirements.txt
  1. run project on your local machine,
python manage.py runserver

Bugs

If there any known bugs found or run into any issues please let me know. Please enjoy and feel free to share your opinion, constructive criticism, or comments about my work. Email: πŸ‘‰ ruhulaminparvez007@gmail.com 😊 Thank you!

About

This is a Dynamic Food Ordering Website πŸ•

https://homefood.pythonanywhere.com/

License:MIT License


Languages

Language:Python 52.7%Language:HTML 39.3%Language:JavaScript 4.1%Language:CSS 3.9%