Commit Graph

34 Commits

Author SHA1 Message Date
cdricms
2d5747ec08 Reorganized routes definitions 2025-01-29 18:26:13 +01:00
cdricms
8110172a38 Reorganization of backend + new routes 2025-01-29 18:09:41 +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
9843158803 Merge remote-tracking branch 'origin/dev/guerby' into dev/cedric 2025-01-27 15:33:39 +01:00
gom-by
6ebfbdb9c8 events api in frontend, setting routes for events 2025-01-27 12:57:21 +01:00
gom-by
c202764966 events api file init 2025-01-27 10:15:05 +01:00
cdricms
f1a49eea83 Started to work the shortcodes 2025-01-24 18:07:04 +01:00
cdricms
cdd8e34096 Started to work on media upload and organization 2025-01-23 20:10:15 +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
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
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
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
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
gom-by
24b360f2ed good luck cedric 2025-01-14 15:14:02 +01:00
cdricms
8f89f236e7 Redirect 2025-01-14 14:37:50 +01:00
cdricms
8aadc810d1 Set outer ports in .env 2025-01-14 14:10:40 +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