Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 520 Bytes

File metadata and controls

29 lines (21 loc) · 520 Bytes

OrgStack

OrgStack is a multi-tenant organization management platform designed with strict tenant isolation and clean layered architecture.

Architecture Goals

  • Multi-organization support
  • Role-based authorization
  • Clean Controller → Service → Repository layering
  • Explicit tenant boundaries
  • Audit logging
  • Transaction integrity

Tech Stack

Backend:

  • Java
  • Spring Boot
  • Spring Security (JWT)
  • JPA / Hibernate
  • PostgreSQL

Frontend:

  • Angular
  • Spartan NG

Status

🚧 In active development.