This is a React test project built with .NET Core. by bahfahh
- Uses Mediator+CQRS
- Uses React on the frontend
- Uses Entity Framework on the backend
- Uses SignalR
- Mediator+CQRS: Decouples the application's layers.
- React: Builds the user interface.
- Entity Framework: Stores and accesses data.
- SignalR: Provides real-time communication between clients and servers.
- Clone this repository.
- Install the .NET Core SDK.
- Restore NuGet packages with the following command:
still working....