Skip to content

albuquerque-sys/React-CRUD-with-Asp.Net-Core-Web-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

 
 
 

Contributors