Production-grade, multi-tenant SaaS backend platform built with Java 21 & Spring Boot 3.5+. Includes RBAC/PBAC, JWT security, audit logging, real-time notifications, file management, and fully documented REST API.
Stars
6
Forks
2
Watchers
6
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
14
commits
chore: update Dockerfile and docker-compose.yml to use correct Maven image and clean up compose file
1351f22View on GitHubchore: remove System.out.println debug statements from UserController
5bc7921View on GitHubdocs: fix indentation of role/ and permission/ in dto/ project structure
bbef8f1View on GitHubfeat: add tenant (organization) support for roles and permissions, update DTOs, services, controllers, tests, ER diagram, and README
c54d6a7View on GitHubdocs(readme): add ER diagram section and database schema screenshot
1ed6c17View on GitHubrefactor(security): move SecurityConfig to security package
480568cView on GitHubchore(build): refactor pom.xml, align dependencies and properties
7f0145bView on GitHubMerge branch 'master' of https://github.com/urosengineer/saas-backend-starter
5f6de63View on GitHubrefactor: switch to Docker-only build, remove local Maven/JDK requirement
cecbd0aView on GitHub