https://github.com/syedarsalan798/flask-food-order-system
Created with Flask (Python micro framework for website development), SQlite3, HTML5, CSS3, JavaScript
https://github.com/syedarsalan798/flask-food-order-system
css3 flask food-ordering html5 javascript sqlite3
Last synced: 6 months ago
JSON representation
Created with Flask (Python micro framework for website development), SQlite3, HTML5, CSS3, JavaScript
- Host: GitHub
- URL: https://github.com/syedarsalan798/flask-food-order-system
- Owner: SyedArsalan798
- Created: 2023-06-08T12:15:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T10:10:00.000Z (7 months ago)
- Last Synced: 2025-04-14T01:09:12.182Z (6 months ago)
- Topics: css3, flask, food-ordering, html5, javascript, sqlite3
- Language: Python
- Homepage:
- Size: 3.13 MB
- Stars: 3
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flask-food-order-system
Created with Flask (Python micro framework for website development), SQlite3, HTML5, CSS3, JavaScript# Getting Started
First you will need to know that:
- Create a virtual environment with `venv` in python.
- Then install `flask` by `pip install flask`.
- Then you have to run the `app.py` file.
- It will generate a link to local server for browser, you have to click on that to make the site visible.Note that, this project consist of `database.py` that contains all the code for the database management for the website.
# Features
There are many features including the features of customers and Admin. There is only one admin who is created while running the `app.py` code.
## User Login
Customers will be able to create an account on the website to log in and see the purchase history, buy items and interact with other informations.## Product Purchase
Users will be able to buy products from the online store with a user-friendly interface.## Payment System (not real)
The website will allows user to make payment right in our store without having to leave the website.## Item Review and Ratings
After receiving orders, customers will be able to review the delivery process and the item they received. Users will be able to rate the items they purchase based on their experience with the product.Admin can manage all the customer details on the website.