https://github.com/bkarthik7/railwayreservationsystem
Complete Railway Reservation System Using STREAMLIT & SQLITE
https://github.com/bkarthik7/railwayreservationsystem
Last synced: about 2 months ago
JSON representation
Complete Railway Reservation System Using STREAMLIT & SQLITE
- Host: GitHub
- URL: https://github.com/bkarthik7/railwayreservationsystem
- Owner: BKarthik7
- Created: 2024-05-08T17:26:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-10T17:26:16.000Z (over 1 year ago)
- Last Synced: 2025-07-31T00:28:16.794Z (3 months ago)
- Language: Python
- Homepage: https://railwayreservationsystem.streamlit.app/
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Railway Reservation System
This project is a Railway Reservation System implemented using PYTHON, STREAMLIT & SQLITE. It provides various functionalities for managing trains, booking and canceling tickets, and viewing seat availability.

## Deployed Link
The Railway Reservation System is deployed using Streamlit. You can access it [here](https://railwayreservationsystem.streamlit.app/).
## Installation
To run this project locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/BKarthik7/RailwayReservationSystem.git
2. Navigate to the project directory:
```bash
cd RailwayReservationSystem
3. Install the required dependencies:
```bash
pip install -r requirements.txt
4. Run the Streamlit app:
```bash
streamlit run app.py
## Technologies Used
- Python
- Streamlit
## Authors
- [@BKarthik](https://github.com/BKarthik7)
Feel free to contribute to this project by opening issues or submitting pull requests.