To view the full documentation of my Bachelor's degree project, you can download the PDF here.
Route Rover is the project I developed for my Bachelor's degree at the Faculty of Computer Science. The application automates processes and manages the necessary data for a road transportation company, providing solutions for monitoring drivers, vehicles, contracts, and related documents.
- Manage drivers and vehicles
- Track contracts and relevant documents
- Display real-time statistics with intuitive charts
- Automate administrative processes
- Simple and user-friendly interface
- Front-end: HTML, CSS, JavaScript
- Back-end: PHP
- Database: MySQL
- Other Technologies: Chart.js (for charts), Bootstrap (for styling)
-
Clone this repository:
git clone https://github.com/OrasanuAna/Route_Rover_Licenta.git
-
Navigate to the project directory:
cd Route_Rover_Licenta
-
Install the necessary dependencies:
npm install
-
Set up the database connection in the
.env
file. -
Run the application:
npm start
- Access the main interface of the application at
http://localhost:3000
. - Navigate through the menus to manage drivers, vehicles, and contracts.
- View statistics and data in the form of charts in the dedicated section.