Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luxuereal/crud_react-asp.net
https://github.com/luxuereal/crud_react-asp.net
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/luxuereal/crud_react-asp.net
- Owner: luxuereal
- Created: 2023-08-25T04:13:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-12T04:40:10.000Z (about 1 year ago)
- Last Synced: 2024-11-08T23:52:12.832Z (2 months ago)
- Language: C#
- Size: 9.54 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUD_React-ASP.NET
Full Stack React js CRUD with Asp.NetPoints 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
```