Commit Graph

9 Commits

Author SHA1 Message Date
gom-by
77c186ea3d Backend file structure modifications, blogs routes ajustement 2025-01-15 15:17:41 +01:00
gom-by
e62dfd8c40 blog handlers mock-up 2025-01-15 13:35:30 +01:00
cdricms
683a8c3133 Yes 2025-01-15 11:54:39 +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
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