{"id":16123623,"url":"https://github.com/mah-shamim/simple-guestbook-application","last_synced_at":"2025-03-18T12:31:25.417Z","repository":{"id":250931263,"uuid":"835877491","full_name":"mah-shamim/simple-guestbook-application","owner":"mah-shamim","description":"A guestbook application where visitors can leave messages","archived":false,"fork":false,"pushed_at":"2024-08-01T19:31:42.000Z","size":14,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-28T09:18:06.918Z","etag":null,"topics":["beginner-projects","bootstrap","code-examples","css","guestbook","hands-on-projects","html","jquery","learning-resources","message-board","mysql","open-source","php","php-tutorials","visitor-comments","web-application","web-development"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mah-shamim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-07-30T17:48:32.000Z","updated_at":"2024-11-28T09:25:28.000Z","dependencies_parsed_at":"2024-10-27T18:14:47.172Z","dependency_job_id":"d4a61bf5-ed44-4bc3-8ec8-b6659c282dbb","html_url":"https://github.com/mah-shamim/simple-guestbook-application","commit_stats":null,"previous_names":["mah-shamim/simple-guestbook-application"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mah-shamim%2Fsimple-guestbook-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mah-shamim%2Fsimple-guestbook-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mah-shamim%2Fsimple-guestbook-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mah-shamim%2Fsimple-guestbook-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mah-shamim","download_url":"https://codeload.github.com/mah-shamim/simple-guestbook-application/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243926046,"owners_count":20369911,"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":["beginner-projects","bootstrap","code-examples","css","guestbook","hands-on-projects","html","jquery","learning-resources","message-board","mysql","open-source","php","php-tutorials","visitor-comments","web-application","web-development"],"created_at":"2024-10-09T21:17:52.506Z","updated_at":"2025-03-18T12:31:25.133Z","avatar_url":"https://github.com/mah-shamim.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Guestbook Application\nA guestbook application where visitors can leave messages\n\n**Topics**: PHP, MySQL, AJAX, CSS, Guestbook, Web Development\n\n### Installation Process\n\n1. **Clone the Repository**:\n   ```sh\n   git clone https://github.com/yourusername/simple-guestbook-application.git\n   cd simple-guestbook-application\n   ```\n\n2. **Database Setup**:\n    - Create a new MySQL database.\n    - Import the provided `guestbook.sql` file to set up the necessary table.\n    - Update the database configuration in `config.php`.\n    - Import the provided SQL file to set up the necessary tables.\n     ```sh\n     mysql -u yourusername -p todo_list \u003c guestbook.sql\n     ```\n\n4. **Configure the Database Connection:**\n   - Open the `config.php` file and update the database credentials.\n     ```php\n     \u003c?php\n     // config.php\n     $servername = \"localhost\";\n     $username = \"yourusername\";\n     $password = \"yourpassword\";\n     $dbname = \"guestbook_db\";\n     ```\n\n5. **Start a Local PHP Server:**\n   - Start the PHP built-in server.\n     ```sh\n     php -S localhost:8000\n     ```\n\n6. **Access the Application:**\n   - Open your web browser and navigate to `http://localhost:8000`.\n\n### File Structure\n\nHere’s a basic file structure for your to-do list application:\n\n```\nsimple-guestbook-application/\n├── config.php\n├── db.php\n├── index.php\n├── submit.php\n├── fetch.php\n├── css/\n│   └── style.css\n├── guestbook.sql\n└── js/\n    └── main.js\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmah-shamim%2Fsimple-guestbook-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmah-shamim%2Fsimple-guestbook-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmah-shamim%2Fsimple-guestbook-application/lists"}