railway-reservation/ ├── discovery-server/ # Eureka Registry ├── api-gateway/ # Routing & Load Balancing ├── auth-service/ # JWT Security & User Management ├── train-service/ # Train & Schedule ...
student-app/ ├── backend/ # Spring Boot project │ ├── pom.xml │ └── src/main/java/com/studentapp/ │ ├── StudentManagementApplication ...