Commit Graph

20 Commits

Author SHA1 Message Date
cdricms
2046a32202 Should be able to deploy 2025-01-18 21:13:03 +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