Reserve Fund Manager

This documentation describes development related topics around the Reserve Fund Manager application

Application Separation

The Reserve Fund Manager application is made up of 3 separate applications:

  • REST Server API
    This is the back end of the application that hooks up all of the business logic for the two front end projects.

  • Blazor Main Application Front End
    This is the business application's front end the main UI driver for the application. It uses Blazor with the Mud Blazor UI framework to provide a rich user interface for the core application's features.

  • Vue JS Login Front End
    The application's entry point and root URL points a small Javascript front end application that provides the Authentication and basic user management functionality for logging in, creating a user, changing and recovering of passwords. The application is a self-contained, minimal VueJs application that doesn't use any build process and uses plain ESM based Javascript for simplified access.