This API provides multi-tenant orgs, projects, tasks, file uploads, and secure auth with rotating refresh tokens.
This is just a side project to refine my backend skills. It's not production-ready and may have security issues. Use at your own risk.
- Copy
.env.exampleto.envand fill in MongoDB Atlas and S3-compatible credentials. - Install dependencies:
npm install
- Generate Prisma client and push schema:
npm run prisma:generate
npm run prisma:push
- Start the API:
npm run dev
