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.
- 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.
- Clone this repository:
git clone https://github.com/Mz-scripter/QuickDash.git
cd QuickDash
- Install dependencies:
pip install -r requirements.txt
- 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.