Skip to content

pwr-thesis/fleet-assistant

Repository files navigation

Fleet Assistant

Overview

Fleet Assistant is a Fleet Management Web System designed to optimize the management and operation of vehicle fleets. The project is divided into two main components:

  • Frontend: The user interface of the Fleet Assistant system. It handles presenting data to users and managing user interactions with a responsive and intuitive design.

  • Backend: The server-side component that manages business logic, database interactions, and provides API endpoints to the frontend. It ensures efficient data processing and system security.

Project Structure

The repository is organized into the following directories:

  • frontend/: Contains the code and resources related to the user interface.

    • Technologies Used: Java, Gradle, Spring Boot, PostgreSQL with Liquibase, Hibernate, etc.
    • Setup: tbd
  • backend/: Contains the server-side code and configurations.

    • Technologies Used: Angular, Tailwind, SCSS, APIs
    • Setup: tbd

Documentation

For a comprehensive overview of the Fleet Assistant system, including business goals, system architecture, and development process, please refer to the Wiki.

Getting Started

To get started with Fleet Assistant, clone this repository and follow the setup instructions for both the frontend and backend components.

git clone https://github.com/pwr-thesis/fleet-assistant.git
cd fleet-assistant

Setup instructions

TBD