19 Commits

Author SHA1 Message Date
Leons Aleksandrovs
c86a7ae0e4 fix(domain): added env domain for cookies 2025-07-13 23:05:55 +03:00
Leons Aleksandrovs
dd93438ad2 feat(prod): add allow register and chatgpt model into env file 2025-07-13 21:59:42 +03:00
Leons Aleksandrovs
e969d56ab6 feat(api): delete template endpoint 2025-07-13 14:26:09 +03:00
Leons Aleksandrovs
fa095def44 feat(api): update template 2025-07-13 14:19:47 +03:00
Leons Aleksandrovs
23f8cde5af feat(template): view created template 2025-07-13 14:01:47 +03:00
Leons Aleksandrovs
f82400e333 feat(api): add endpoints to edit and delete cover letters 2025-07-13 13:05:47 +03:00
Leons Aleksandrovs
d0de05e0a2 feat(cover): Display generated cover letters 2025-07-12 17:11:11 +03:00
Leons Aleksandrovs
ad822f3abc feat(api): get cover letters with api 2025-07-12 16:38:40 +03:00
Leons Aleksandrovs
00f9106da9 feat(api): create cover letter 2025-07-12 15:44:49 +03:00
Leons Aleksandrovs
7d8566b18b feat(cover): add cover letter name generation 2025-07-12 15:21:42 +03:00
Leons Aleksandrovs
ea5a2f7fd0 feat(cover): request chatgpt to fill out template 2025-07-12 14:57:59 +03:00
Leons Aleksandrovs
b88b0cf7da checkpoint(cover): backend ready before AI development 2025-07-12 14:38:21 +03:00
Leons Aleksandrovs
e35bf46dac feat(api): add return for all user templates
BREAKING: Template api will return different variables in template
object
2025-07-10 20:36:37 +03:00
Leons Aleksandrovs
938c9a66e5 feat(api): create template
Add template table to the database
Create controller function to check if user has template, and create it
in the database
Made universal jwt.Claims of user data retrieval function
2025-07-09 23:19:31 +03:00
Leons Aleksandrovs
d18f9f9706 Auth middleware with JWT 2025-07-06 18:13:26 +03:00
Leons Aleksandrovs
3003a961b6 Backend structure / login with JWT 2025-07-06 16:46:21 +03:00
Leons Aleksandrovs
66ed77e758 User backend registration 2025-07-05 22:17:14 +03:00
Leons Aleksandrovs
8916f3e394 Hot reloading gin gonic with docker 2025-07-05 21:22:18 +03:00
Leons Aleksandrovs
a42e61fb48 Frontend form handling done 2025-07-05 21:11:09 +03:00