Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.38 KB

README.md

File metadata and controls

57 lines (38 loc) · 1.38 KB

Ticket-Reservation

Transport Ticket Reservation

Description

This project is a ticket reservation system for various modes of transportation, including trains, airplanes, and buses. Users can use this system to search for available tickets, book seats, and manage their reservations.

Features

  • User registration and login
  • Search for available tickets based on destination, date, and time
  • Display ticket options for trains, airplanes, and buses
  • Select seats or preferences for the chosen transportation mode
  • Reserve tickets and generate booking confirmations
  • Manage and view existing reservations
  • Cancel or modify reservations

Installation and Setup

  1. Clone the project repository:
git clone https://github.com/moein805/Ticket-Reservation.git
  1. Navigate to the project directory:
cd Ticket-Reservation
  1. Install dependencies using a package manager (e.g., pip):
pip install -r requirements.txt
  1. Run the application:
python app.py
  1. The application will be accessible on the local server at http://localhost:5000.

Technologies Used

  • Python
  • Flask
  • Bootstrap

Contributing

Contributions to this project are welcome. To contribute, please fork the repository and submit a pull request.

License

This project is licensed under the Open Source License. For more details, please refer to the license file.