This directory contains the source code for the ThreatAtlas web application—a collaborative platform for community-driven threat modeling.
If you want to run the application immediately using Docker:
docker compose up -d
Access the UI at http://localhost:3000.
For detailed guides, please refer to:
backend/: FastAPI application, PostgreSQL models, and database migrations.frontend/: React application built with TypeScript, Tailwind CSS, and ReactFlow.docs/: Detailed documentation for users and developers.