Skip to content

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.

License

Notifications You must be signed in to change notification settings

nkrgupta999/GlobalTransit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

    git clone https://github.com/nkrgupta999/GlobalTransit.git
    
  2. Import Project into NetBeans:

    Open NetBeans IDE and import the cloned project.

  3. 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.
  4. 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

Code of Conduct

Terms and Conditions

About

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.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages