Commit Graph

9 Commits

Author SHA1 Message Date
6e6ea72d54 add update accounts
- add update accounts to account.http
- add updateAccount to AccountController
- add AccountEntity updateAccountEntity to Mapping.kt
- add updateAccount in AccountService
- update catalog version in gradle.properties
2025-01-28 16:45:15 +01:00
72ac37e603 add get accounts
- add get accounts to account.http
- add getAccounts to AccountController
- add missing test in AccountServiceTest
- add getAccounts to AccountService
2025-01-28 11:44:56 +01:00
f8154fe05f [RELEASE] - bump version 2025-01-02 07:16:07 +01:00
ba3908f46f [RELEASE] - release version: 0.1.0 v0.1.0 2025-01-02 07:16:04 +01:00
dbadfcf731 Add Account
- add addAccount to AccountController
- add account request toAccountEntity to Mapping.kt
- add addAccount to AccountService
2025-01-02 06:57:38 +01:00
0681e367e7 Authentication
- add AuthenticationController
- add AuthenticationService
- add getUserByUsername to AccountService
- add findByUsername to AccountRepository
- add SecurityConfiguration
- set up authentication
2025-01-02 06:56:32 +01:00
6aee16c4a2 Get Account
- add AccountController
- add AccountEntity toAccountResponse in Mapping.kt
- add AccountService
- add AccountRepository
- add AccountEntity
2025-01-01 05:50:29 +01:00
573b4bd6fe Set up postgres 2024-12-29 20:41:09 +01:00
af03959e2c Set up project structure 2024-12-29 20:39:58 +01:00