With a colleague

Tankr Backend

ASP.NET Core Web API for the Tankr fuel-management platform.

C# ASP.NET Core Azure Container Apps REST

Overview

Tankr is a fuel-management platform, and this backend provides the Web API that powers the application. I contributed as part of a two-person team, working with a colleague to design endpoints, implement business logic, and prepare the service for cloud deployment.

The API follows standard ASP.NET Core patterns — controllers, dependency injection, and structured DTOs — making it straightforward to extend as the product grows.

Key features

  • REST API design for a fuel-management domain
  • Team development workflow with Git branching and code review
  • Built for deployment on Azure Container Apps

Outcome

A production-ready API built with ASP.NET Core and prepared for cloud deployment on Azure.

What I learned

  • Clear API contracts early in a team project prevent integration friction later.
  • Containerizing early simplifies deployment to Azure and keeps environments consistent.