Skip to content

Logeshwari25/Snack_Delivery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snack Delivery

License GitHub issues GitHub stars

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.

Installation

To run the Snack Delivery application, follow these steps:

Prerequisites

  • Python 3.x installed on your machine.
  • pip package manager.
  1. Clone the repository:

bashCopy code

git clone https://github.com/Logeshwari25/Snack_Delivery.git

  1. Navigate to the project directory:

bashCopy code

cd Snack_Delivery

  1. Create and activate a virtual environment (optional but recommended):

bashCopy code

python3 -m venv venv source venv/bin/activate

  1. Install the required Python dependencies:

bashCopy code

pip install -r requirements.txt

  1. Start the server:

bashCopy code

python app.py

  1. Open your preferred web browser and visit http://localhost:5000 to access the Snack Delivery application.

Usage

  1. Register a new account or log in with an existing account.
  2. Browse the available snacks and select the desired items.
  3. Add the selected snacks to the cart.
  4. Provide the delivery details, such as address and contact information.
  5. Proceed to the payment page and securely process the payment.
  6. Track your order status and view the order history.

License

This project is licensed under the MIT License.

Contributing

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.

Acknowledgments

  • The design and concept of the Snack Delivery application were inspired by various online food delivery platforms.

Author