12 Commits

Author SHA1 Message Date
cdricms
de828d4c13 Added resend, fixed CSRF 2025-02-21 16:16:24 +01:00
cdricms
0e707e8721 Starting to implement permissions into frontend 2025-01-30 15:50:58 +01:00
cdricms
501ffaea17 Reorganized API + added db migrations
Read the README file for more informations
2025-01-28 17:41:05 +01:00
cdricms
5a5846d853 Added CSRF & YouTube and dark mode 2025-01-22 17:39:03 +01:00
cdricms
8d880b8705 Media upload 2025-01-20 10:27:54 +01:00
cdricms
fdc3122b68 Hashing password
Using postgres' pgcrypt
2025-01-17 10:39:59 +01:00
cdricms
683a8c3133 Yes 2025-01-15 11:54:39 +01:00
cdricms
354f8cc02e Merge remote-tracking branch 'origin/dev/guerby' into dev/cedric 2025-01-14 15:31:31 +01:00
cdricms
77fe6a5fab Removed unnecesary bloat 2025-01-14 15:14:31 +01:00
gom-by
24b360f2ed good luck cedric 2025-01-14 15:14:02 +01:00
gom-by
e9bbeb62dc Schemas in backend schemas.go 2025-01-14 14:13:55 +01:00
cdricms
fd834ea84a Setup docker for production and development
Change ./init.sh to be an executable then run it.

The default inner container ports are as followed:
- Postgres: 5432:5432
- Backend: 3001:3000
- Frontend: 3000:3000

- Frontend dev: 8000

The backend image needs to be built:

docker compose up -d --build
2025-01-14 13:44:28 +01:00