Commit Graph

23 Commits

Author SHA1 Message Date
8f5036f246 feat: basic testing done 2025-07-14 22:27:49 +02:00
ac2bf96eed docs: env files clarified with a comment
env files commented to clarify the importance of keeping it a secret
2025-05-07 08:12:54 +02:00
dc1fdec3e2 feat: home module create to better organize the code 2025-05-07 08:09:09 +02:00
e9e57089f5 fix(front): 🐛 useQuery big bug fixed 2024-12-28 22:02:20 +01:00
3cc9799bdc fea(githooks): hit pre-commit and commit-msg hooks 2024-11-03 18:38:28 +01:00
a474783a02 feat(linters): linters and prettier added to front 2024-11-03 18:37:51 +01:00
3d0a996744 refactor(lint): code styled with prettier 2024-11-03 18:14:48 +01:00
712ffd7ef8 fix(files): cleanup 2024-10-30 15:20:33 +01:00
024d06515e feat(docker): basic docker config for back and front with minor linter fixes 2024-10-30 13:26:24 +01:00
74eaa0c3a7 feat(front): front adapted to express 2024-10-29 23:56:17 +01:00
6b1bde7a5d feat(auth): session closed after token expires 2024-09-03 22:38:25 +02:00
92d5035e4e feat(example-detail): example views completed 2024-09-03 20:54:23 +02:00
f91286fb05 feat(example): example list page done 2024-08-29 00:17:02 +02:00
cb8ba636d1 feat(example): example basic view done and used to fix API hooks 2024-08-28 20:41:34 +02:00
c787b56408 style(header): header styled 2024-08-28 01:06:59 +02:00
e000dbc92e style(login): login form styled 2024-08-27 22:02:38 +02:00
9a6b9afa3b feat(styles): scss variables replaced with css ones all over the project 2024-08-27 17:23:52 +02:00
c20d621e2f feat(back+front): user roles expanded + frontend styling 2024-07-28 14:34:54 +02:00
75e1fe4c65 feat(front): routes secured under jwt session + small user component done 2024-07-25 00:03:48 +02:00
94ce4f548e feat(front): jwt included in session and linked to every query that uses useQuery 2024-07-24 00:22:02 +02:00
231db52718 feat(front): login form styled 2024-07-22 22:51:14 +02:00
f61bdac457 feat(front): basic next auth configuration done 2024-07-21 00:31:04 +02:00
049e063d48 initial commit 2024-07-19 19:55:57 +02:00