Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.15 KB

File metadata and controls

44 lines (33 loc) · 1.15 KB

Agent Assistant

Agent Assistant is an agent banking management system.

Features

  • Agent onboarding and management
  • Transaction processing and history tracking
  • Customer management
  • Reporting and analytics
  • Role-based access control

Technical Highlights

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

Getting Started

  1. Clone the repository:

    git clone https://github.com/roslinmahmud/agent-assistant.git
    cd agent-assistant
  2. Restore dependencies and build:

    dotnet restore
    dotnet build
  3. Run the application:

    dotnet run

License

This project is licensed under the MIT License.