https://github.com/nkrgupta999/globaltransit
Global Transit is a vehicle management system developed using Java and NetBeans IDE. It allows users to efficiently manage information related to vehicles and drivers, including vehicle number, vehicle type, driver name, and mobile number. The system utilizes MySQL database for data storage and Java Servlet for handling server-side operations.
https://github.com/nkrgupta999/globaltransit
awt collections java netbeans-ide servlets stringtokenizer swings
Last synced: 10 months ago
JSON representation
Global Transit is a vehicle management system developed using Java and NetBeans IDE. It allows users to efficiently manage information related to vehicles and drivers, including vehicle number, vehicle type, driver name, and mobile number. The system utilizes MySQL database for data storage and Java Servlet for handling server-side operations.
- Host: GitHub
- URL: https://github.com/nkrgupta999/globaltransit
- Owner: nkrgupta999
- License: mit
- Created: 2023-12-30T17:18:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T18:53:01.000Z (about 2 years ago)
- Last Synced: 2025-08-02T13:33:14.600Z (10 months ago)
- Topics: awt, collections, java, netbeans-ide, servlets, stringtokenizer, swings
- Language: Java
- Homepage: https://nkrgupta999.github.io/GlobalTransit/
- Size: 2.59 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Global Transit
Global Transit is a vehicle management system developed using Java and NetBeans IDE. It allows users to efficiently manage information related to vehicles and drivers, including vehicle number, vehicle type, driver name, and mobile number. The system utilizes MySQL database for data storage and Java Servlet for handling server-side operations.

## Features
- **Vehicle Management**: Easily store and retrieve information about vehicles including their number, type, and related details.
- **Driver Management**: Manage driver information such as name, contact details, and assigned vehicles.
- **Database Integration**: Utilize MySQL database for persistent storage of vehicle and driver data.
- **Java Servlet**: Implement server-side logic and handle HTTP requests using Java Servlet technology.
## Setup
1. **Clone the Repository**:
```bash
git clone https://github.com/nkrgupta999/GlobalTransit.git
2. **Import Project into NetBeans:**
Open NetBeans IDE and import the cloned project.
4. **Set Up MySQL Database:**
- Install MySQL if not already installed.
- Create a new database named global_transit.
- Import the database schema using the provided SQL script (database_schema.sql).
- Configure the database connection settings in the project.
5. **Run the Application:**
Build and run the project in NetBeans IDE.
## How to contribute
1. Fork the repository
2. Create a new branch for your changes (e.g. `git checkout -b my-new-feature`)
3. Make your changes
4. Commit your changes (e.g. `git commit -am 'Added a new table for XYZ '`)
5. Push to the branch (e.g. `git push origin my-new-feature`)
6. Create a new pull request
## Disclaimer
Please note that the information contained in this repository is provided for informational purposes only. We make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability, or availability with respect to the information contained in this repository for any purpose. Any reliance on such information is therefore strictly at your own risk.
## LinkedIn
https://www.linkedin.com/in/nkrgupta999
## Connect
https://linktr.ee/nkrgupta999
## MIT License
[Copyright (c) 2024 Nitin Kumar Gupta](LICENSE)
## Code of Conduct
[Terms and Conditions](Code_of_Conduct.md)