Commit Graph

26 Commits

Author SHA1 Message Date
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
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
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