Commit Graph

12 Commits

Author SHA1 Message Date
gom-by
5c86b67870 save button 2025-02-19 19:34:35 +01:00
cdricms
06ce2e4e6c For images 2025-02-11 11:02:28 +01:00
cdricms
0595f5dba7 Small fix 2025-01-31 18:52:49 +01:00
cdricms
90945b161d Added theme switcher + optimized youtube loading + about changes 2025-01-31 17:28:13 +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
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
gom-by
77c186ea3d Backend file structure modifications, blogs routes ajustement 2025-01-15 15:17:41 +01:00
cdricms
683a8c3133 Yes 2025-01-15 11:54:39 +01:00
cdricms
8f89f236e7 Redirect 2025-01-14 14:37:50 +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