https://github.com/pevinyageenadi/highway-ticket-management-system
A microservices-based backend application for managing highway tickets.
https://github.com/pevinyageenadi/highway-ticket-management-system
ad2 coursework microservices
Last synced: 3 months ago
JSON representation
A microservices-based backend application for managing highway tickets.
- Host: GitHub
- URL: https://github.com/pevinyageenadi/highway-ticket-management-system
- Owner: PevinyaGeenadi
- Created: 2024-06-22T15:07:23.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-07-05T18:26:19.000Z (12 months ago)
- Last Synced: 2025-01-20T11:11:28.496Z (5 months ago)
- Topics: ad2, coursework, microservices
- Language: Java
- Homepage:
- Size: 124 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚦 Highway Ticket Management System 🚦
## Overview
This project is a microservice-based backend application designed to manage highway tickets efficiently. It includes the following components:
- Service Registry and Discovery using Eureka
- Centralized Configuration Management using Spring Cloud Config Server
- API Gateway using Spring Cloud Gateway
- Four microservices: Ticket Service, Vehicle Service, User Service, and Payment Service## Technologies Used
- Spring Boot
- Spring Cloud (Eureka, Config Server, Gateway)
- Maven
- Java
- Postman (for testing)