React Client with Axios to make CRUD requests to Rest API in that:
- React Axios GET request: get all Tutorials, get Tutorial by Id, find Tutorial by title
- React Axios POST request: create new Tutorial
- React Axios PUT request: update an existing Tutorial
- React Axios DELETE request: delete a Tutorial, delete all Tutorials
For instruction, please visit:
Related Posts:
Using Material UI instead of Bootstrap:
More Practice:
Fullstack with Node Express:
Fullstack with Spring Boot:
Fullstack with Django:
Serverless:
Integration (run back-end & front-end on same server/port)
This project was bootstrapped with Create React App.