This repository contains coursework for the Platform-Based Development course at UACH. Each folder represents an independent Spring Boot project, focused on understanding how modern platforms are built using Java, Maven, and Spring Boot.
How to Run an Assignment
Each assignment lives inside its own folder.
cd t1
./mvnw spring-boot:runOnce running, open your browser at:
http://localhost:8080
Project Structure
UACH-Platform-Based-Development
├── t1
│ ├── src
│ ├── pom.xml
│ └── mvnw
├── t2
├── t3
└── README.md
Each folder is self-contained and can be executed independently.
UACH-Platform-Based-Development
├── t1
│ ├── src
│ ├── pom.xml
│ └── mvnw
├── t2
├── t3
└── README.md

