Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luxuereal/crud_react-asp.net


https://github.com/luxuereal/crud_react-asp.net

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# CRUD_React-ASP.NET
Full Stack React js CRUD with Asp.Net

Points discussed :
- Build Web API in Asp.Net Core with CRUD web methods
- React Form Design with Material UI
- Implemented CRUD with Redux
- Enabled CORS in Web API
- Consume API web methods from React
- Real-Time Form Validation
- etc

## Get the Code

```
$ git clone https://github.com/deverabit/CRUD_React-ASP.NET.git
$ cd CRUD_React-ASP.NET/react-app
$ npm install
//update Web API DB connection string
```