{"id":16123606,"url":"https://github.com/mah-shamim/simple-blog-platform","last_synced_at":"2025-03-18T12:31:26.875Z","repository":{"id":251404357,"uuid":"837317670","full_name":"mah-shamim/simple-blog-platform","owner":"mah-shamim","description":"A basic blogging platform where users can post, edit, and delete articles. Built using PHP, HTML, jQuery, AJAX, JSON, Bootstrap, CSS, and MySQL.","archived":false,"fork":false,"pushed_at":"2024-08-02T18:58:11.000Z","size":104,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T09:18:06.612Z","etag":null,"topics":["ajax","beginner-projects","blog","bootstrap","code-examples","css","hands-on-projects","html","jquery","json","learning-resources","mysql","open-source","php","php-tutorials","web-application","web-development"],"latest_commit_sha":null,"homepage":"","language":"HTML","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-08-02T17:28:39.000Z","updated_at":"2024-11-23T11:29:52.000Z","dependencies_parsed_at":"2024-08-02T20:01:32.975Z","dependency_job_id":"3490cffe-1361-48dc-9a8b-b1b3c2380d6d","html_url":"https://github.com/mah-shamim/simple-blog-platform","commit_stats":null,"previous_names":["mah-shamim/simple-blog-platform"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mah-shamim%2Fsimple-blog-platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mah-shamim%2Fsimple-blog-platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mah-shamim%2Fsimple-blog-platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mah-shamim%2Fsimple-blog-platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mah-shamim","download_url":"https://codeload.github.com/mah-shamim/simple-blog-platform/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":["ajax","beginner-projects","blog","bootstrap","code-examples","css","hands-on-projects","html","jquery","json","learning-resources","mysql","open-source","php","php-tutorials","web-application","web-development"],"created_at":"2024-10-09T21:17:40.325Z","updated_at":"2025-03-18T12:31:26.589Z","avatar_url":"https://github.com/mah-shamim.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Blog Platform\nA basic blogging platform where users can post, edit, and delete articles. Built using PHP, HTML, jQuery, AJAX, JSON, Bootstrap, CSS, and MySQL.\n\n**Topics:** `php`, `mysql`, `blog`, `ajax`, `bootstrap`, `jquery`, `css`\n\n![simple-weather-app](./assets/images/simple-blog-platform.png)\n\n### Install Process\n\n1. **Clone the Repository:**\n   ```sh\n   git clone https://github.com/yourusername/simple-blog-platform.git\n   cd simple-blog-platform\n   ```\n\n2. **Set Up the Database:**\n    - Create a MySQL database named `blog_db`.\n      Import the provided SQL file (`db/database.sql`) to set up the necessary tables.\n    - Import the provided SQL file to set up the necessary tables.\n    ```sh\n      mysql -u yourusername -p blog_db \u003c db/database.sql\n    ```\n\n3. **Configure Database Connection:**\n    - Copy `config.sample.php` to `config.php`:\n      ```sh\n      cp config.sample.php config.php\n      ```\n    - Open `config.php` and update the database configuration details.\n\n4. **Run the application:**\n    - Serve the application using your local web server or PHP's built-in server:\n      ```sh\n      php -S localhost:8000\n      ```\n\n5. **Access the application:**\n    - Open your browser and navigate to `http://localhost:8000`.\n\n\n### File Structure\n\nHere’s a basic file structure for your simple-blog-platform application:\n\n```\nsimple-blog-platform/\n│\n├── config.sample.php\n├── index.html\n├── db/\n│   └── database.sql\n├── src/\n│   ├── get-post.php\n│   └── post-handler.php\n├── include/\n│   ├── config.sample.php\n│   └── db.php\n├── assets/\n│   ├── css/\n│   │   └── style.css\n│   ├── js/\n│   │   └── script.js\n│   └── images/\n├── README.md\n└── .gitignore\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmah-shamim%2Fsimple-blog-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmah-shamim%2Fsimple-blog-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmah-shamim%2Fsimple-blog-platform/lists"}