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.
- .NET 8;
- ASP.NET Core Web API;
- Entity Framework Core with Code First;
- Identity;
- Axios;
- Swagger/OpenAPI
- React;
- JWT Authentication;
- SQL Server.
$ 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