Agent Assistant is an agent banking management system.
- Agent onboarding and management
- Transaction processing and history tracking
- Customer management
- Reporting and analytics
- Role-based access control
- C# .NET Core: Robust backend framework for scalable and maintainable APIs.
- SignalR: Real-time communication for live transaction updates and notifications.
- Entity Framework Core: ORM for efficient data access and migrations.
- TypeScript & HTML: Used for internal tools, utilities, or admin interfaces.
- Authentication & Authorization: Secure login and role management.
- RESTful API: Standards-based integration for external systems.
- Logging & Monitoring: Integrated for reliability and operational insight.
-
Clone the repository:
git clone https://github.com/roslinmahmud/agent-assistant.git cd agent-assistant -
Restore dependencies and build:
dotnet restore dotnet build
-
Run the application:
dotnet run
This project is licensed under the MIT License.