Commit graph

22 commits

Author SHA1 Message Date
c821562e30 add configurations for intellij to start frontend / backend 2024-09-03 20:05:44 +02:00
d394dd4d4a push NavBar.vue escapes on the right side 2024-09-03 20:01:32 +02:00
8feef25c6c init frontend 2024-09-02 20:50:10 +02:00
0d9e3701d4 comment gradle dependencies 2024-09-02 19:34:45 +02:00
3ea49137e9 remove unnecessary comment 2024-09-02 19:22:08 +02:00
c87a166834 add argon2 hashing and salting of password 2024-09-02 19:18:02 +02:00
717c181b74 add DocumentDTO class 2024-09-01 22:39:44 +02:00
e3defefef3 Create DTOs for the entities and added some fixme's 2024-09-01 22:34:20 +02:00
94b3fec5e2 remove duplicated get method to /api/v1/users from the main file 2024-09-01 21:43:13 +02:00
4d9f0fbb0e change api scheme to /api/v1/feature and use construction injection instead of field injection 2024-09-01 21:35:20 +02:00
23affca287 Add init folder structure and add some logic for document and user 2024-09-01 20:50:58 +02:00
c121d62fb4 Add interfaces for Document.java and User.java 2024-09-01 17:29:23 +02:00
11f61080f0 update application.yml to use create-drop instead of update 2024-09-01 10:07:57 +02:00
594ee52fcc add root README.md 2024-08-30 21:48:19 +02:00
6025a12253 add postgresql connection to the project and move from application.properties to application.yml 2024-08-30 18:08:13 +02:00
d3c22fe3a9 fix docker-compose.yml port and comment .env.example file 2024-08-30 15:44:22 +02:00
e713118eb5 updated .gitignore 2024-08-30 08:59:56 +02:00
4f7e151ebc init version for docker-compose.yml 2024-08-29 22:02:56 +02:00
7d982eec0b more complex example for JSON object return 2024-08-29 21:18:59 +02:00
a0413b2a48 add get request for hello world 2024-08-25 20:57:17 +02:00
d743a200d1 remove .gradle directory and modify .gitignore 2024-08-25 20:30:45 +02:00
a7e65467a4 Initial commit 2024-08-25 20:27:39 +02:00