ASP.NET Remittance
Budget: ₹37,500 – ₹75,000 INR
I’m building a new remittance platform and need the entire server-side stack put in place. The codebase must be written in clean, testable C# using ASP.NET Core Web API and Entity Framework Core, with SQL Server as the single source of truth.
The heart of the application is a maker-checker workflow that governs every remittance request. I need role-based security, audit trails, and clear state transitions (initiated → pending approval → approved/rejected), all persisted in the database and surfaced through REST endpoints. Where appropriate, please leverage out-of-the-box EF Core features such as change tracking and soft deletes to minimise boilerplate.
To keep operators informed the moment a transaction changes state, the API should broadcast events over SignalR so that a front-end dashboard can refresh in real time—no page reloads or polling.
Key deliverables:
• Fully documented ASP.NET Core Web API project, following SOLID principles
• Normalised SQL Server schema with seed data and migration scripts
• Integrated maker-checker remittance module with unit tests
• SignalR hub pushing live status updates to connected clients
• Swagger / OpenAPI spec for every endpoint
• Read-me explaining local setup, build, and deployment steps
I’ll review the work by spinning it up locally, running the migration, and stepping through the happy path as both maker and checker while watching events arrive over SignalR. If everything flows smoothly, the job is done.
The heart of the application is a maker-checker workflow that governs every remittance request. I need role-based security, audit trails, and clear state transitions (initiated → pending approval → approved/rejected), all persisted in the database and surfaced through REST endpoints. Where appropriate, please leverage out-of-the-box EF Core features such as change tracking and soft deletes to minimise boilerplate.
To keep operators informed the moment a transaction changes state, the API should broadcast events over SignalR so that a front-end dashboard can refresh in real time—no page reloads or polling.
Key deliverables:
• Fully documented ASP.NET Core Web API project, following SOLID principles
• Normalised SQL Server schema with seed data and migration scripts
• Integrated maker-checker remittance module with unit tests
• SignalR hub pushing live status updates to connected clients
• Swagger / OpenAPI spec for every endpoint
• Read-me explaining local setup, build, and deployment steps
I’ll review the work by spinning it up locally, running the migration, and stepping through the happy path as both maker and checker while watching events arrive over SignalR. If everything flows smoothly, the job is done.