src/ ├── db/ │ └── client.ts # PostgreSQL connection pool ├── lib/ │ ├── types.ts # TypeScript types │ └── validation.ts # Zod schemas ├── services/ │ └── itemService.ts # Business logic └── ...
Cloud-native university course registration REST API built with Spring Boot. Supports student management, section scheduling, enrollment validation, and tuition reporting. Deployed on AWS ECS (Express ...