Snack Delivery is a simple web application that allows users to order snacks online. It is built using HTML, CSS, JavaScript, and Python.
## Features- User registration and login functionality.
- Browse through a catalog of available snacks.
- Add snacks to the cart.
- Place an order and provide delivery details.
- Secure payment processing.
- Order tracking and history.
To run the Snack Delivery application, follow these steps:
- Python 3.x installed on your machine.
- pip package manager.
- Clone the repository:
bashCopy code
git clone https://github.com/Logeshwari25/Snack_Delivery.git
- Navigate to the project directory:
bashCopy code
cd Snack_Delivery
- Create and activate a virtual environment (optional but recommended):
bashCopy code
python3 -m venv venv source venv/bin/activate
- Install the required Python dependencies:
bashCopy code
pip install -r requirements.txt
- Start the server:
bashCopy code
python app.py
- Open your preferred web browser and visit
http://localhost:5000
to access the Snack Delivery application.
- Register a new account or log in with an existing account.
- Browse the available snacks and select the desired items.
- Add the selected snacks to the cart.
- Provide the delivery details, such as address and contact information.
- Proceed to the payment page and securely process the payment.
- Track your order status and view the order history.
This project is licensed under the MIT License.
If you encounter any issues or have suggestions for improvement, please feel free to open an issue on GitHub. Contributions are also welcome. Fork the repository and create a pull request with your changes.
- The design and concept of the Snack Delivery application were inspired by various online food delivery platforms.