React och .NET fullstack-app

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änk

React and .NET fullstack app

This 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

Project Image

Systemöversikt.

System Overview.

Beskrivning

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.

Description

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.

Project Image

React-klient.

React client.

Tekniker

Technologies

HTML
CSS
JavaScript
React
ASP.NET Core Web API
C#
Entity Framework
SQL Server
GIT