Commit Graph

5 Commits

Author SHA1 Message Date
fad8d3f398 doc: adding readme file
Documentating the project with a README file
2026-01-18 19:29:03 -05:00
664fb2d651 fix: fixing the token expiration issue in AuthService
Adding a fix to validate the token on api calls to ensure that expired tokens are not accepted.
2026-01-18 18:48:26 -05:00
7f1aca8c09 fix: fixing the issue on the initialization of the web application
Adding .env.example for environment variable management
Updating .gitignore to exclude sensitive files
Modifying pom.xml to include new dependencies
Updating application.properties for better configuration
2026-01-18 17:00:19 -05:00
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