Commit Graph

124 Commits

Author SHA1 Message Date
cdricms
cdd8e34096 Started to work on media upload and organization 2025-01-23 20:10:15 +01:00
gom-by
788d45d8a8 create member form funcitonnal 2025-01-23 16:31:57 +01:00
cdricms
f9dce4b40b Layout 2025-01-22 17:54:03 +01:00
cdricms
11d072740f Merge remote-tracking branch 'origin/dev/guerby' into dev/cedric 2025-01-22 17:40:31 +01:00
cdricms
5a5846d853 Added CSRF & YouTube and dark mode 2025-01-22 17:39:03 +01:00
gom-by
582a8d338b small text change 2025-01-22 09:58:52 +01:00
gom-by
e3f42efdcd mock-up interface for new members 2025-01-22 09:57:59 +01:00
gom-by
9fb5d0188d Responsive about 2025-01-21 13:47:07 +01:00
cdricms
48e761667f Ignore 2025-01-20 11:19:31 +01:00
cdricms
13e8221e83 Merge remote-tracking branch 'origin/dev/guerby' into dev/cedric 2025-01-20 10:29:04 +01:00
cdricms
8d880b8705 Media upload 2025-01-20 10:27:54 +01:00
gom-by
5ceba383f5 Avatars for about page 2025-01-20 09:15:03 +01:00
cdricms
32643be1ad Merge remote-tracking branch 'origin/dev/guerby' into dev/cedric 2025-01-18 23:55:34 +01:00
cdricms
b89201014c Small fix with the environment 2025-01-18 22:52:49 +00:00
cdricms
2046a32202 Should be able to deploy 2025-01-18 21:13:03 +01:00
gom-by
9c86920242 Merge branch 'dev/cedric' into dev/guerby 2025-01-17 15:40:06 +01:00
gom-by
9d9b5a5145 trucs inutilesé 2025-01-17 15:38:36 +01:00
cdricms
eb9883a1c3 Added /users/me route, and handling auth in frontend 2025-01-17 15:37:01 +01:00
cdricms
5405cc50d9 Hashing new password on update
Using postgres' pgcrypt
2025-01-17 10:57:59 +01:00
cdricms
fdc3122b68 Hashing password
Using postgres' pgcrypt
2025-01-17 10:39:59 +01:00
gom-by
89f44f4469 syntax 2025-01-16 15:07:38 +01:00
gom-by
873820bc5a Merge branch 'dev/cedric' into dev/guerby 2025-01-16 14:45:52 +01:00
gom-by
0c5a411ed1 blogs and event api : Get and Post methods 2025-01-16 14:45:18 +01:00
cdricms
2fc8a3f347 Small improvements 2025-01-16 14:42:20 +01:00
cdricms
9bbd992e95 Middlewares 2025-01-16 14:12:32 +01:00
cdricms
9a6e4a7565 Added some routes for users
And some fixes
2025-01-16 10:51:30 +01:00
gom-by
fee9a237c4 resolving conflicts 2025-01-15 15:52:10 +01:00
gom-by
d6cee57ade resolving conflicts 2025-01-15 15:50:45 +01:00
cdricms
be69df409c Merge remote-tracking branch 'origin/dev/guerby' into dev/cedric 2025-01-15 15:45:39 +01:00
cdricms
49005d7768 Added JSON ERROR 2025-01-15 15:28:14 +01:00
gom-by
57fb532965 --help
Signed-off-by: gom-by <gom-by@users.noreply.github.com>
2025-01-15 15:25:43 +01:00
gom-by
77c186ea3d Backend file structure modifications, blogs routes ajustement 2025-01-15 15:17:41 +01:00
cdricms
ca313299cf Handling properly now ? 2025-01-15 15:16:16 +01:00
gom-by
e62dfd8c40 blog handlers mock-up 2025-01-15 13:35:30 +01:00
cdricms
3ac25f2a83 Proper routing sir 2025-01-15 13:31:57 +01:00
cdricms
683a8c3133 Yes 2025-01-15 11:54:39 +01:00
cdricms
d18245736f Fixed schemas 2025-01-15 09:29:18 +01:00
cdricms
354f8cc02e Merge remote-tracking branch 'origin/dev/guerby' into dev/cedric 2025-01-14 15:31:31 +01:00
cdricms
e625c6740a Removed unnecesary bloat 2025-01-14 15:16:05 +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
cdricms
1f83cf25f5 Merge remote-tracking branch 'origin/dev/guerby' into dev/cedric 2025-01-14 14:51:43 +01:00
cdricms
8f89f236e7 Redirect 2025-01-14 14:37:50 +01:00
gom-by
e9bbeb62dc Schemas in backend schemas.go 2025-01-14 14:13:55 +01:00
cdricms
8aadc810d1 Set outer ports in .env 2025-01-14 14:10:40 +01:00
gom-by
5c1e846006 resolving conflicts 2025-01-14 13:54:03 +01:00
gom-by
24e3272ab5 About and database table to convert for the orm 2025-01-14 13:49:04 +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
gom-by
0c0e5f80b9 Merge branch 'dev/cedric' into dev/guerby 2025-01-14 11:16:15 +01:00
cdricms
a71b9a0fa2 Merge remote-tracking branch 'origin/dev/guerby' into dev/cedric 2025-01-14 11:14:29 +01:00