{"id":20000308,"url":"https://github.com/dr5hn/simple-crud","last_synced_at":"2025-07-30T23:02:41.552Z","repository":{"id":58439237,"uuid":"100192510","full_name":"dr5hn/Simple-CRUD","owner":"dr5hn","description":"Create, Read, Update and Delete Using React JS with PHP, MySql","archived":false,"fork":false,"pushed_at":"2018-09-09T07:11:14.000Z","size":25,"stargazers_count":14,"open_issues_count":2,"forks_count":18,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-29T16:26:39.655Z","etag":null,"topics":["babel","bootstrap","crud","css","jquery","mysql","php","react"],"latest_commit_sha":null,"homepage":"http://www.webgeeks.in","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/dr5hn.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":"2017-08-13T17:17:17.000Z","updated_at":"2023-12-04T23:14:52.000Z","dependencies_parsed_at":"2022-09-10T20:10:51.149Z","dependency_job_id":null,"html_url":"https://github.com/dr5hn/Simple-CRUD","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/dr5hn%2FSimple-CRUD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dr5hn%2FSimple-CRUD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dr5hn%2FSimple-CRUD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dr5hn%2FSimple-CRUD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dr5hn","download_url":"https://codeload.github.com/dr5hn/Simple-CRUD/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252356077,"owners_count":21734876,"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":["babel","bootstrap","crud","css","jquery","mysql","php","react"],"created_at":"2024-11-13T05:14:24.037Z","updated_at":"2025-05-04T15:32:15.379Z","avatar_url":"https://github.com/dr5hn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple CRUD using PHP,MYSQL,REACT,BABLE,JQUERY,BOOTSTRAP\n\n## Getting Started\nCRUD operations with PHP, MySQL, React, Babel, jQuery and Bootstrap.\n\n### What is React ? (in One Word)\nReact is only the V in MVC.\n\n### What will do what ?\nPHP – will handle server side script.\u003cbr/\u003e\nMySQL – will store our data.\u003cbr/\u003e\nReact – will make our UI fast and interactive.\u003cbr/\u003e\nBabel – will compile our JavaScript so we don’t have to wait for browser support.\u003cbr/\u003e\njQuery – will do AJAX requests. React official docs shows jQuery examples.\u003cbr/\u003e\nBootstrap – will make our UI look better.\u003cbr/\u003e\n\n### Installation\n\nStep 1 : Create Database\n```\napi_db (or Whatever_Name)\n```\n\nStep 2 : Import SQL file into Database\n```\napi_db.sql\n```\n\nStep 3 : Update Project Configuration Files \n```\n- api/config/core.php\nUpdate following variables as per your server config\n$home_url = \"http://localhost/Simple-CRUD/\";\n\n- api/config/database.php\nUpdate following variables as per your database config\n$host = \"localhost\";\nprivate $db_name = \"api_db\";\nprivate $username = \"root\";\nprivate $password = \"mysql\"; // If you're using xampp keep it blank\n```\n\nStep 4 : Go Live\n```\nhttp://localhost/Simple-CRUD\n```\n\nThat's all Folks !!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdr5hn%2Fsimple-crud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdr5hn%2Fsimple-crud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdr5hn%2Fsimple-crud/lists"}