From f861f3e76c51ac05a08cae491b0aa56ee0fab01d Mon Sep 17 00:00:00 2001 From: raj262 Date: Sat, 18 Dec 2021 09:25:10 +0530 Subject: [PATCH] crud code with zxios in reactjs --- README.md | 93 ------------------------------------------------------- 1 file changed, 93 deletions(-) diff --git a/README.md b/README.md index 2fd92c4..fe1888c 100644 --- a/README.md +++ b/README.md @@ -1,95 +1,2 @@ # React.js CRUD App with React Router & Axios -Build a React.js CRUD Application to consume Web API, display and modify data with Router, Axios & Bootstrap. - -React Tutorial Application in that: -- Each Tutorial has id, title, description, published status. -- We can create, retrieve, update, delete Tutorials. -- There is a Search bar for finding Tutorials by title. - -![react-crud-example-web-api-demo](react-crud-example-web-api-demo.png) - -For instruction, please visit: -> [React CRUD example to consume Web API](https://bezkoder.com/react-crud-web-api/) - -Related Posts: -> [React Typescript CRUD example to consume Web API](https://bezkoder.com/react-typescript-axios/) - -> [React Redux CRUD App example with Rest API](https://bezkoder.com/react-redux-crud-example/) - -> [React (Hooks) CRUD example to consume Web API](https://bezkoder.com/react-hooks-crud-axios-api/) - -> [React Table example: CRUD App with react-table v7](https://bezkoder.com/react-table-example-hooks-crud/) - -Using Material UI instead of Bootstrap: -> [React Material UI examples with a CRUD Application](https://bezkoder.com/react-material-ui-examples-crud/) - -More Practice: -> [React Pagination example](https://bezkoder.com/react-pagination-material-ui/) - -> [React File Upload example](https://bezkoder.com/react-file-upload-axios/) - -> [React JWT Authentication & Authorization example](https://bezkoder.com/react-jwt-auth/) - -> [React + Redux: JWT Authentication & Authorization example](https://bezkoder.com/react-redux-jwt-auth/) - -Fullstack with Node.js Express: -> [React.js + Node.js Express + MySQL](https://bezkoder.com/react-node-express-mysql/) - -> [React.js + Node.js Express + PostgreSQL](https://bezkoder.com/react-node-express-postgresql/) - -> [React.js + Node.js Express + MongoDB](https://bezkoder.com/react-node-express-mongodb-mern-stack/) - -Fullstack with Spring Boot: -> [React.js + Spring Boot + MySQL](https://bezkoder.com/react-spring-boot-crud/) - -> [React.js + Spring Boot + PostgreSQL](https://bezkoder.com/spring-boot-react-postgresql/) - -> [React.js + Spring Boot + MongoDB](https://bezkoder.com/react-spring-boot-mongodb/) - -Fullstack with Django: - -> [React.js + Django Rest Framework](https://bezkoder.com/django-react-axios-rest-framework/) - -Serverless: -> [React Firebase CRUD App with Realtime Database](https://bezkoder.com/react-firebase-crud/) - -> [React Firestore CRUD App example | Firebase Cloud Firestore](https://bezkoder.com/react-firestore-crud/) - -Integration (run back-end & front-end on same server/port) -> [How to integrate React.js with Spring Boot](https://bezkoder.com/integrate-reactjs-spring-boot/) - -> [Integrate React with Node.js Express on same Server/Port](https://bezkoder.com/integrate-react-express-same-server-port/) - - -This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). - -### Set port -.env -``` -PORT=8081 -``` - -## Project setup - -In the project directory, you can run: - -``` -npm install -# or -yarn install -``` - -or - -### Compiles and hot-reloads for development - -``` -npm start -# or -yarn start -``` - -Open [http://localhost:8081](http://localhost:8081) to view it in the browser. - -The page will reload if you make edits.