Quickstart
This guide includes the steps to create a complete application using the RecroGrid Framework
The application will use ASP.NET Core Web API to provide data to a Blazor WebAssembly client capable of performing CRUD operations. It will include a menu for accessing various entities, as well as grids and form views. Using OIDC, we enforce user login, assign permissions to different entities and users, and finally configure the system to log user data manipulation activities.
1. Create Web API
Let's create an ASP.NET Web API application based on the following description
2. Create Database
Configure the database connection and set up the default DbContext
3. Create Client Application
Create a Blazor client application for visual representation
RecroSec
User authentication and authorization system
RecroTrack
Tracking data changes