Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.