Skip to content

SCRIPT69/fleet-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fleet Management System

Fleet Management System is a backend REST API for managing freight logistics operations - tracking trucks, assigning drivers, planning trips and handling client orders.

Tech Stack

  • Java 21
  • Spring Boot 4.0
  • Hibernate / JPA
  • PostgreSQL 16
  • Docker
  • Maven

Features

  • Manage trucks, drivers, logisticians and client companies
  • Create and assign orders to trips
  • Complete trips with automatic order status updates
  • Transactional logic ensuring data consistency
  • Fully containerized with Docker

Quick Start

git clone https://github.com/SCRIPT69/fleet-management-system
cd fleet-management-system
cp .env.example .env
docker-compose up --build

API is available at http://localhost:8080

Documentation

Full documentation is available in the Wiki:

About

Freight logistics backend REST API built with Spring Boot, JPA and PostgreSQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors