bahfahh / react_App

react combine .netcore All project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React App

Description

This is a React test project built with .NET Core. by bahfahh

Architecture

  • Uses Mediator+CQRS
  • Uses React on the frontend
  • Uses Entity Framework on the backend
  • Uses SignalR

Details

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

Setup and Run

  1. Clone this repository.
  2. Install the .NET Core SDK.
  3. Restore NuGet packages with the following command:

still working....

About

react combine .netcore All project


Languages

Language:C# 53.6%Language:TypeScript 44.5%Language:HTML 1.1%Language:CSS 0.4%Language:Dockerfile 0.4%