vinugawade / RTO-Management-System

A website basically built to issue driving license to citizens. Citizens can apply for learner's license, driving license, vehicle registration and monitor the status of application. Citizens can also submit complaints/queries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RTO Management System

A website basically built to issue driving license to citizens. Citizens can apply for learner's license, driving license, vehicle registration and monitor the status of application. Citizens can also submit complaints/queries.

Steps to Setup Project :-

  1. Install XAMPP on your Windows OS. download or clone this repository and put inside the htdocs of your XAMPP.
  2. After doing whatever is mentioned in step 1, create a database with the name rto_db (that`s the name I gave to the database while running the project).
  3. Import the database/rto_db.sql under the rto_db in phpmyadmin using MySQL.
  4. Configure the database username & password with project by editing include/connect.php file.
  5. Now copy the folder i.e. RTO-Management-System by default. You can rename it as you want.
  6. Start the Apache server and MySQL service in XAMPP. Then open up your browser and type localhost/RTO-Management-System or localhost/<renamed_project_folder>
  7. Default admin login credentials are :- admin / admin.

Technologies

PHP BOOTSTRAP JAVASCRIPT CSS3 MySQL GitHub Git

Screenshots

Home

Vehicle Registration

User Registration

Driving License

ToDo List

  1. Secure login.
  2. More secure data validation.
  3. Latest UI technologies.

Maintainer

✨ Vinay Gawade πŸ‘¨πŸ»β€πŸ’»

πŸ“ License

This project is GNU GPLv3 licensed.

About

A website basically built to issue driving license to citizens. Citizens can apply for learner's license, driving license, vehicle registration and monitor the status of application. Citizens can also submit complaints/queries.

License:GNU General Public License v3.0


Languages

Language:PHP 59.9%Language:CSS 30.5%Language:JavaScript 7.1%Language:Hack 2.4%