Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mz-scripter/quickdash
QuickDash is a Flask-based web application for ordering food online. Users can register, add items to their cart, and proceed to checkout. It provides a smooth and secure user experience with essential e-commerce features.
https://github.com/mz-scripter/quickdash
authentication-backend css delivery-app flask-application flask-backend flask-sqlalchemy html5 python sqlite
Last synced: 11 days ago
JSON representation
QuickDash is a Flask-based web application for ordering food online. Users can register, add items to their cart, and proceed to checkout. It provides a smooth and secure user experience with essential e-commerce features.
- Host: GitHub
- URL: https://github.com/mz-scripter/quickdash
- Owner: Mz-scripter
- Created: 2024-09-08T22:55:10.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T13:21:10.000Z (4 months ago)
- Last Synced: 2024-12-17T19:13:38.144Z (2 months ago)
- Topics: authentication-backend, css, delivery-app, flask-application, flask-backend, flask-sqlalchemy, html5, python, sqlite
- Language: HTML
- Homepage: https://quickdash.onrender.com
- Size: 13.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QuickDash - Online Food Ordering Website
**QuickDash** is a Flask-based web application for ordering food online. Users can register, add items to their cart, and proceed to checkout. It provides a smooth and secure user experience with essential e-commerce features.## Features
- **User Authentication**: Users can register and log in securely using password hashing.
- **Email Verification**: An email verification system is implemented to ensure valid user registrations.
- **Forgot Password**: Allows users to reset their password in case they forget it.
- **Add to Cart**: Users can easily add multiple food items to their cart and view them before checking out.## Installation
1. Clone this repository:
```
git clone https://github.com/Mz-scripter/QuickDash.git
cd QuickDash
```
2. Install dependencies:
```
pip install -r requirements.txt
```## Usage
- **Register**: Users can sign up by providing their email and password.
- **Login**: After email verification, users can log in to their accounts.
- **Forgot Password**: If a user forgets their password, they can use the "Forgot Password" feature to reset it via email.
- **Add to Cart**: Users can browse food items, add them to the cart, and proceed to checkout.