{"id":25204531,"url":"https://github.com/jadavtanvi/crud-operation","last_synced_at":"2026-04-20T19:31:08.303Z","repository":{"id":241814620,"uuid":"807705946","full_name":"jadavtanvi/CRUD-Operation","owner":"jadavtanvi","description":"Book Shop  using CRUD","archived":false,"fork":false,"pushed_at":"2024-05-30T17:00:05.000Z","size":241,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-30T22:31:31.326Z","etag":null,"topics":["bookshop","bookshop-system","crud","crud-application","crudoperation","java","mysql-database","mysqlconnection","swing","xampp-control-panel","xampp-server"],"latest_commit_sha":null,"homepage":"","language":"Java","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/jadavtanvi.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-05-29T16:06:55.000Z","updated_at":"2024-05-30T17:00:08.000Z","dependencies_parsed_at":"2024-05-30T06:12:18.383Z","dependency_job_id":"4d4a3d3e-69aa-4102-b42b-8a57a20f8a15","html_url":"https://github.com/jadavtanvi/CRUD-Operation","commit_stats":null,"previous_names":["jadavtanvi/crud-operation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jadavtanvi/CRUD-Operation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jadavtanvi%2FCRUD-Operation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jadavtanvi%2FCRUD-Operation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jadavtanvi%2FCRUD-Operation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jadavtanvi%2FCRUD-Operation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jadavtanvi","download_url":"https://codeload.github.com/jadavtanvi/CRUD-Operation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jadavtanvi%2FCRUD-Operation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32062211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bookshop","bookshop-system","crud","crud-application","crudoperation","java","mysql-database","mysqlconnection","swing","xampp-control-panel","xampp-server"],"created_at":"2025-02-10T08:18:32.407Z","updated_at":"2026-04-20T19:31:08.284Z","avatar_url":"https://github.com/jadavtanvi.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Book Shop CRUD Application\n\nThis is a simple CRUD application for a book shop, built using PHP, MySQL, and XAMPP. The application allows you to create, read, update,search and delete book records.\n\n## Features\n\n- Add new book records\n- View existing book records\n- search book records\n- Update book records\n- Delete book records\n\n## Prerequisites\n\nBefore you begin, ensure you have met the following requirements:\n\n- You have installed [XAMPP](https://www.apachefriends.org/download.html).\n- You have a basic understanding of PHP and MySQL.\n\n## Installation\n\n1. **Clone the Repository**\n\n   ```sh\n   git clone https://github.com/jadavtanvi/CRUD-Operation.git\n\n2. **Start XAMPP**\n\nOpen XAMPP and start the Apache and MySQL modules.\n\n3. **Create the Database**\nOpen phpMyAdmin by visiting http://localhost/phpmyadmin/ in your web browser.\n\n## Configuration\n1. **Database Connection**\n\nOpen the config.php file and update the database connection details:\n      ```\n      //\n      \u003c?php\n      $servername = \"localhost\";\n      $username = \"root\"; // Default XAMPP MySQL username\n      $password = \"\"; // Default XAMPP MySQL password\n      $dbname = \"program1\";\n      \n      // Create connection\n      $conn = new mysqli($servername, $username, $password, $dbname);\n      \n      // Check connection\n      if ($conn-\u003econnect_error) {\n          die(\"Connection failed: \" . $conn-\u003econnect_error);\n      }\n      ?\u003e\n      ```\n## Usage\n1. **Perform CRUD Operations**\n\nTo add a new book, fill out the form on the homepage and click \"Add Book\".\nTo view all books, navigate to the \"Books List\" page.\nTo Search a book, click the \"Search\" button. \nTo update a book, click the \"Update\" button next to the book you want to update, make your changes, and click \"Update\".\nTo delete a book, click the \"Delete\" button next to the book you want to delete.\n\n2. **Database Structure**\nThe database contains a single table named books with the following structure:\n\nid (INT) - Primary Key, Auto Increment\nname (VARCHAR) - The title of the book\nedition (INT) - The author of the book\nprice (DECIMAL) - The price of the book\n\nBy linking directly to the download page, you ensure that users can easily find and download the software required to run your application.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjadavtanvi%2Fcrud-operation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjadavtanvi%2Fcrud-operation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjadavtanvi%2Fcrud-operation/lists"}