Commit Graph

2 Commits

Author SHA1 Message Date
fd29446433 Feat: Creating basic files to get the example of API
Files added:
- controllers where the endpoints are defined
- services where the business logic is defined
- database.dbml where the database schema is defined
- pom.xml updated with required dependencies
2026-01-18 16:21:48 -05:00
ada8520e77 Feat: Initial commit of Spring Boot REST API project
Starting the project after running 'spring init' command to set up a basic Spring Boot application structure with necessary dependencies.
2026-01-18 15:24:33 -05:00