Guide
spring-backend.md
Java and Spring Boot exercises for REST APIs, DTOs, and service-layer practice.
markdown
Java Backend and Spring Boot
This page groups the backend Java repository around REST APIs, DTOs, controllers, and service patterns.
Repository
- backend-Level1-Java - Semester exercises built to learn Java and REST-style backend development with Spring Boot.
Course Progression
- Hello World and username generation
- Java intro exercises
- Spring web controllers
- Tabela FIPE integration
- CRUD-style REST activity
- Bank transactions API
- Player generator API
Technical Focus
- Java fundamentals and object modeling
- REST endpoints with Spring Boot
- DTOs, services, and mapping layers
- Project-based backend practice