This folder explains the organization of the codebase and root directories:
src/| Folder | Purpose |
|---|---|
deploy/ |
Docker-compose, Nginx configs, CI/CD pipelines |
src/ |
Source code of all modules (monorepo) |
scripts/ |
DevOps scripts: migrations, linters, generators |
docs/ |
All project documentation |
tools/ |
Custom developer tools |
pyproject.toml - Poetry dependencies.gitignore - What NOT to commitLICENSE - MIT License