Commit Graph

3 Commits (700c98e1d25e5c0df652810af1c51b0a482130f5)

Author SHA1 Message Date
Artur Oliveira 2980248669 feat: changes from h2 to postgres 2025-12-15 22:00:00 -03:00
Artur Oliveira 348f9faa7d feat: implement complete CRUD for Users API
- Add UsersService with create, read (getById, getByUsername, getByEmail, getAll), update (using mapper.partialUpdate), and delete methods
- Add UsersController with endpoints for all CRUD operations
- Add UsersRepository with custom queries for username and email
- Add UserDTO and NewUserDTO data transfer objects
- Add UsersMapper for entity-DTO conversions
- Add email domain validation (hittelco.com, accesscommunications.com)
- Add email uniqueness validation
- Create Postman collection for API testing with sample data
- Update Users model with timestamps and builder pattern
2025-12-15 17:27:59 -03:00
Artur Oliveira 728d753c72 feat: initial commit 2025-12-15 15:43:11 -03:00