[FullStack] Angular 17 + JavaEE + PostgreSQL app with Jwt auth, RBAC, Mail API and more

Опубликовано: 07 Февраль 2026
на канале: Triangular clips
367
3

Frontend: Angular 17, SCSS, Tailwind CSS(mainly), Flowbite (tw CSS framework), MUI(for reactive forms) and ngx charts(for those cool stats)
Backend: Java EE 10 Full profile and PostgreSQL, running in Wildfly application container
Networking:
frontend is simply hosted on Github Pages
backend is harder: hosted on uni server with nginx, then i forward ports to it from my home server, where i have ngrok + nginx.
Why like this? Because you cant reverse-proxy from the uni server, it has a lot of limitations and all of the service ports blocked(that's a requirement)

You can checkout the website here: https://graph.center/
Github repo for frontend: https://github.com/worthant/graphify-...
Github repo for backend: https://github.com/worthant/graphify-...
Swagger docs for backend RESTful API: https://worthant.github.io/graphify-j...

Chapters:
0:00 Swagger docs for RESTful backend API
0:31 Backend on server in Jboss environment
0:37 [Auth] Desktop UI
0:49 [Auth] Mobile & Tablet UI
1:01 [Main] User Flow
1:16 [Main] Dark Theme UI
1:33 [Main] Canvas showcase
2:25 [Main] Mobile UI
2:59 [Auth] Admin auth
3:12 [Main] Admin console
3:26 [Auth] The end!)