Development Guide¶
Welcome to the Development section. These guides are meant for software engineers who are actively writing code for Atlas ERP.
In this section¶
- Code Style — TypeScript, ESLint, and Prettier conventions.
- Git Workflow — Branching strategies and commit message formatting.
- Adding a Module — Step-by-step guide to adding a new business domain.
- Adding an Endpoint — How to correctly wire up a new API route.
- Database Migrations — Modifying the Prisma schema safely.
- Testing Guide — Writing unit and E2E tests.
- Debugging — Tips for troubleshooting the stack locally.