Det här är en fullstack CRUD-applikation* med en React-klient, ett ASP.NET Core Web API, Entity Framework och en SQL Server-databas.
Live-länkThis is a fullstack CRUD* application with a React client, an ASP.NET Core Web API, Entity Framework and a SQL Server database.
Live link* = Create, Read, Update, Delete
Systemöversikt.
System Overview.
React möter Microsoft. Jag ville bygga en app där React anropar .NET och valde ASP.NET Core Web API och Entity Framework 8. Det här är resultatet!
Användargränssnittet har relativt många inmatningsfält för att få med många olika datatyper som propagerar genom alla lager i systemet.
Man kan lägga till fiktiva anställda, liksom redigera dem och ta bort dem.
React meets Microsoft. I wanted to build an app where React calls .NET and chose ASP.NET Core Web API and Entity Framework 8. This is the result!
The user interface has quite a lot of inputs in order to include many different data types propagating through all layers in the system.
You can add employees, edit them and delete them.
React-klient.
React client.