Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 782 Bytes

File metadata and controls

28 lines (21 loc) · 782 Bytes

React-CRUD-with-Asp.Net-Core-Web-API

Full Stack React CRUD with Asp.Net Core Web API.

This application creates a basic CRUD for managing students.

To keep this test API simple, we will not implement more advanced and essential features such as Web API versioning, pagination, HATEOAS, and global error handling. Our goal is simply to test the consumption of a Web API with React.

The project uses:

  • .NET 8;
  • ASP.NET Core Web API;
  • Entity Framework Core with Code First;
  • Identity;
  • Axios;
  • Swagger/OpenAPI
  • React;
  • JWT Authentication;
  • SQL Server.

Get the Code:

$ git clone https://github.com/bernardo-sw/React-CRUD-with-Asp.Net-Core-Web-API.git
$ cd React-CRUD-with-Asp.Net-Core-Web-API/react-app
$ npm install
//update Web API DB connection string