Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 1.89 KB

README.md

File metadata and controls

52 lines (41 loc) · 1.89 KB

Route Rover - Bachelor's Degree Project

Documentation

To view the full documentation of my Bachelor's degree project, you can download the PDF here.

Preview

Route Rover Main Menu and Tasks

If you want to see more images related to the Route Rover project, you can find them here.

Overview

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.

Key Features:

  • Manage drivers and vehicles
  • Track contracts and relevant documents
  • Display real-time statistics with intuitive charts
  • Automate administrative processes
  • Simple and user-friendly interface

Technologies Used:

  • Front-end: HTML, CSS, JavaScript
  • Back-end: PHP
  • Database: MySQL
  • Other Technologies: Chart.js (for charts), Bootstrap (for styling)

Installation

  1. Clone this repository:

    git clone https://github.com/OrasanuAna/Route_Rover_Licenta.git
  2. Navigate to the project directory:

    cd Route_Rover_Licenta
  3. Install the necessary dependencies:

    npm install
  4. Set up the database connection in the .env file.

  5. Run the application:

    npm start

Usage

  • 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.