Nexus Mission Control API
The Nexus Mission Control API is a RESTful backend built with NestJS + Prisma + PostgreSQL, providing full project management capabilities: projects, tasks, subtasks, comments, and team members.Base URL
In production, replace with your deployed domain.
Interactive Docs
The API also exposes a Swagger UI at:Features
- 🔐 JWT Authentication — register, login, and protect routes with Bearer tokens
- 📁 Projects — full CRUD for project management
- ✅ Tasks — create, update, delete tasks with subtasks and comments
- 👥 Members — invite team members and manage their roles
- 💓 Health Check — lightweight endpoint for monitoring
Quick Start
- Clone the repo and install dependencies:
-
Copy
.env.exampleto.envand fill in the values. - Start with Docker Compose (dev mode):
- The API will be available at
http://localhost:3000/api/v1.