https://github.com/0xsafkat20/metro-rail_online_ticket_system
Metro Rail Ticket Purchase System With C#
https://github.com/0xsafkat20/metro-rail_online_ticket_system
c-sharp database gui project project-management rails-application railway single ssms
Last synced: 3 months ago
JSON representation
Metro Rail Ticket Purchase System With C#
- Host: GitHub
- URL: https://github.com/0xsafkat20/metro-rail_online_ticket_system
- Owner: 0xSafkat20
- Created: 2023-11-17T14:44:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T20:10:11.000Z (7 months ago)
- Last Synced: 2025-01-21T04:04:43.127Z (3 months ago)
- Topics: c-sharp, database, gui, project, project-management, rails-application, railway, single, ssms
- Language: C#
- Homepage:
- Size: 35.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C# Metro Rail Online Ticket System
This project is a C# application designed for a Metro-rail ticket booking system. It provides both user and admin functionalities, including booking tickets, managing user accounts, and handling payments. The system includes 11 key pages, each with distinct functionality.
## Key Pages:
1. **Home**: The landing page where users can navigate through the system.
2. **Log In**: Allows users to log into their accounts.
3. **Sign In**: New users can create accounts and register with the system.
4. **E-Ticket**: Displays booked tickets in electronic format.
5. **Change Password**: Enables users to change their account password.
6. **Admin Dashboard**: Admin overview page for managing the system.
7. **Admin Insert Ticket**: Admin page to add or manage available tickets.
8. **Train Schedule**: Provides a view of upcoming train schedules.
9. **Ticket**: Interface for users to book new tickets.
10. **Payment**: Handles payment for booked tickets.
11. **Developer Interface**: Developer Interface to identify the developer.
## Features:
- **User Authentication**: Sign in and log in for users and administrators.
- **Booking and Ticket Management**: Easily book, view, and manage train tickets.
- **Admin Control**: Admin functionalities to manage train schedules and tickets.
- **Secure Payment System**: Integrated payment processing for bookings.
## How to Run:- Clone the repository
- Open the solution file in Visual Studio
- Build and run the project---