{"id":26179369,"url":"https://github.com/bezkoder/react-crud-web-api","last_synced_at":"2025-04-09T09:04:59.228Z","repository":{"id":39201605,"uuid":"245381136","full_name":"bezkoder/react-crud-web-api","owner":"bezkoder","description":"React.js CRUD example to consume Web API","archived":false,"fork":false,"pushed_at":"2023-03-15T05:36:56.000Z","size":737,"stargazers_count":184,"open_issues_count":5,"forks_count":177,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-02T08:05:33.582Z","etag":null,"topics":["axios","crud","crud-application","crud-operation","crud-sample","react","reactjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bezkoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-06T09:39:14.000Z","updated_at":"2025-03-01T16:59:19.000Z","dependencies_parsed_at":"2023-02-08T09:16:45.166Z","dependency_job_id":null,"html_url":"https://github.com/bezkoder/react-crud-web-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Freact-crud-web-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Freact-crud-web-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Freact-crud-web-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Freact-crud-web-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bezkoder","download_url":"https://codeload.github.com/bezkoder/react-crud-web-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248008631,"owners_count":21032556,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["axios","crud","crud-application","crud-operation","crud-sample","react","reactjs"],"created_at":"2025-03-11T21:49:42.541Z","updated_at":"2025-04-09T09:04:59.203Z","avatar_url":"https://github.com/bezkoder.png","language":"JavaScript","readme":"# React.js CRUD App with React Router \u0026 Axios\n\nBuild a React.js CRUD Application to consume Web API, display and modify data with Router, Axios \u0026 Bootstrap.\n\nReact Tutorial Application in that:\n- Each Tutorial has id, title, description, published status.\n- We can create, retrieve, update, delete Tutorials.\n- There is a Search bar for finding Tutorials by title.\n\n![react-crud-example-web-api-demo](react-crud-example-web-api-demo.png)\n\nFor instruction, please visit:\n\u003e [React CRUD example to consume Web API](https://bezkoder.com/react-crud-web-api/)\n\nRelated Posts:\n\u003e [React Typescript CRUD example to consume Web API](https://bezkoder.com/react-typescript-axios/)\n\n\u003e [React Redux CRUD App example with Rest API](https://bezkoder.com/react-redux-crud-example/)\n\n\u003e [React (Hooks) CRUD example to consume Web API](https://bezkoder.com/react-hooks-crud-axios-api/)\n\n\u003e [React Table example: CRUD App with react-table v7](https://bezkoder.com/react-table-example-hooks-crud/)\n\nUsing Material UI instead of Bootstrap:\n\u003e [React Material UI examples with a CRUD Application](https://bezkoder.com/react-material-ui-examples-crud/)\n\nMore Practice:\n\u003e [React Pagination example](https://bezkoder.com/react-pagination-material-ui/)\n\n\u003e [React File Upload example](https://bezkoder.com/react-file-upload-axios/)\n\n\u003e [React JWT Authentication \u0026 Authorization example](https://bezkoder.com/react-jwt-auth/)\n\n\u003e [React + Redux: JWT Authentication \u0026 Authorization example](https://bezkoder.com/react-redux-jwt-auth/)\n\nFullstack with Node.js Express:\n\u003e [React.js + Node.js Express + MySQL](https://bezkoder.com/react-node-express-mysql/)\n\n\u003e [React.js + Node.js Express + PostgreSQL](https://bezkoder.com/react-node-express-postgresql/)\n\n\u003e [React.js + Node.js Express + MongoDB](https://bezkoder.com/react-node-express-mongodb-mern-stack/)\n\nFullstack with Spring Boot:\n\u003e [React.js + Spring Boot + MySQL](https://bezkoder.com/react-spring-boot-crud/)\n\n\u003e [React.js + Spring Boot + PostgreSQL](https://bezkoder.com/spring-boot-react-postgresql/)\n\n\u003e [React.js + Spring Boot + MongoDB](https://bezkoder.com/react-spring-boot-mongodb/)\n\nFullstack with Django:\n\n\u003e [React.js + Django Rest Framework](https://bezkoder.com/django-react-axios-rest-framework/)\n\nServerless:\n\u003e [React Firebase CRUD App with Realtime Database](https://bezkoder.com/react-firebase-crud/)\n\n\u003e [React Firestore CRUD App example | Firebase Cloud Firestore](https://bezkoder.com/react-firestore-crud/)\n\nIntegration (run back-end \u0026 front-end on same server/port)\n\u003e [How to integrate React.js with Spring Boot](https://bezkoder.com/integrate-reactjs-spring-boot/)\n\n\u003e [Integrate React with Node.js Express on same Server/Port](https://bezkoder.com/integrate-react-express-same-server-port/)\n\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n### Set port\n.env\n```\nPORT=8081\n```\n\n## Project setup\n\nIn the project directory, you can run:\n\n```\nnpm install\n# or\nyarn install\n```\n\nor\n\n### Compiles and hot-reloads for development\n\n```\nnpm start\n# or\nyarn start\n```\n\nOpen [http://localhost:8081](http://localhost:8081) to view it in the browser.\n\nThe page will reload if you make edits.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezkoder%2Freact-crud-web-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbezkoder%2Freact-crud-web-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezkoder%2Freact-crud-web-api/lists"}