Skip to content

abbel-dawit/Fintech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Fintech (Plaid Enrich Demo)

This repo contains an end-to-end demo project with:

  • /ios — SwiftUI iOS app
  • /server — FastAPI backend
  • /db — DB schema/migrations (as needed)

Development workflow

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: ...

Secrets

Never commit secrets. Use .env locally and keep .env.example in the repo.

About

Fintech Workflow Example Repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors