This repo contains an end-to-end demo project with:
/ios— SwiftUI iOS app/server— FastAPI backend/db— DB schema/migrations (as needed)
We use feature branches and PRs:
main(protected)- feature branches:
feat/<name>,fix/<name>,chore/<name>,docs/<name> - Conventional commits:
feat(ios): ...,feat(server): ...,chore: ...,docs: ...
Never commit secrets. Use .env locally and keep .env.example in the repo.