Project 1
TradieFlow
TradieFlow is a full-stack web app I built to help Australian tradies manage their
clients, jobs, and invoices, with automatic GST calculation. It pairs a React +
TypeScript front-end with a .NET 9 Web API built on Clean Architecture, a PostgreSQL
database via Entity Framework Core, and a full test suite using xUnit and Testcontainers.
Everything is containerised with Docker and ships through a GitHub Actions CI pipeline:
the front-end is deployed on AWS (S3 + CloudFront) on a custom domain, while the API and
database run on Render and Neon. It's my most complete end-to-end project, from designing
and building to testing and deploying production-ready software.
Technologies used include:
- React & TypeScript|
- .NET 9 Web API|
- PostgreSQL & EF Core|
- Docker|
- AWS · Render · Neon