{"id":14974950,"url":"https://github.com/albinvar/simple-social-media","last_synced_at":"2025-08-02T03:33:49.093Z","repository":{"id":37581579,"uuid":"376935683","full_name":"albinvar/simple-social-media","owner":"albinvar","description":"A simple yet beautiful social media app built using laravel \u0026 livewire.","archived":false,"fork":false,"pushed_at":"2024-09-19T19:36:24.000Z","size":3877,"stargazers_count":59,"open_issues_count":12,"forks_count":47,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-01T04:51:38.095Z","etag":null,"topics":["hacktoberfest","hactoberfest-accepted","hactoberfest2023","jetstream","laravel","laravel8","livewire","mini-social","mini-social-network","simple-laravel-project","simple-project","social-media","social-network"],"latest_commit_sha":null,"homepage":"https://social.w3net.space","language":"PHP","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/albinvar.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}},"created_at":"2021-06-14T19:34:05.000Z","updated_at":"2025-05-19T10:43:58.000Z","dependencies_parsed_at":"2023-02-08T06:16:24.951Z","dependency_job_id":"e51d4435-0a42-4a58-85d2-a238a88ee3e2","html_url":"https://github.com/albinvar/simple-social-media","commit_stats":{"total_commits":245,"total_committers":3,"mean_commits":81.66666666666667,"dds":0.03673469387755102,"last_synced_commit":"0f74ac3057e42e3c9bcac12d4ebdf67105ecb94e"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/albinvar/simple-social-media","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albinvar%2Fsimple-social-media","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albinvar%2Fsimple-social-media/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albinvar%2Fsimple-social-media/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albinvar%2Fsimple-social-media/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/albinvar","download_url":"https://codeload.github.com/albinvar/simple-social-media/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albinvar%2Fsimple-social-media/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268331001,"owners_count":24233158,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["hacktoberfest","hactoberfest-accepted","hactoberfest2023","jetstream","laravel","laravel8","livewire","mini-social","mini-social-network","simple-laravel-project","simple-project","social-media","social-network"],"created_at":"2024-09-24T13:51:18.424Z","updated_at":"2025-08-02T03:33:49.069Z","avatar_url":"https://github.com/albinvar.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://social.sjcvaipur.in\" target=\"_blank\"\u003e\u003cimg src=\"https://i.ibb.co/7nDB1kD/Pics-Art-06-14-08-24-08.png\" width=\"180\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eSimple Social Media\u003c/h1\u003e\n\nThe [project demo](https://social.w3net.space) is hosted for FREE 💝 on [Wexron Hosting](https://wexronhosting.com).\n\n\u003ca href=\"https://wexronhosting.com\"\u003e\u003cimg src=\"https://wexronhosting.com/_nuxt/wex.76a224d8.svg\" /\u003e\u003c/a\u003e\n\n## Table of Contents \n- [Introduction](#introduction)\n- [Installation](#installation)\n- [Features](#features)\n- [Credits](#credits)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Introduction\n\nA very Simple Social media web application built with laravel Jetstream and livewire.\n\nThe application is designed and tested to use conveniently without any issues.\n\n## Features\n\n- Built with Laravel 8\n- Jetstream (Livewire + blade stack)\n- Create posts\n- Like posts\n- Comment on posts\n- Delete posts\n- Delete Comments\n- On-time image uploads\n- Dynamic and Responsive Design\n- Compile and minify assets (200 kb resources)\n- Many more features....\n\n## Installation\n\n- Clone this repo using any method (https, ssh, gh cli)\n\n- Set the configuration file using the command \n``` cp .env.example .env ```\n\n- Install all required packages via composer. ``` composer install ```\n\n- Set up Database configuration inside .env file.\n\n- Run the migration and seeder\n\n```\nphp artisan setup\n```\nor\n```\nphp artisan migrate --seed\n```\n\n- Install all dependencies via `npm` or `yarn` and Compile all assets based on your deployment environment. \n\n#### Yarn (recommended)\n```bash\n#Install all dependencies\nyarn\n\n#Development\nyarn dev\n\n#Production\nyarn prod\n```\n\n#### Npm\n```bash\n#Install all dependencies\nnpm install\n\n#Development\nnpm dev\n\n#Production\nnpm prod\n```\n\n- Create symbolic link \n```\nphp artisan storage:link\n```\n\n- Start the local server using the command\n```\nphp artisan serve\n```\n\n### Current Admin Credentials\n\nYou may use these credentials to log into your website. you can change these credentials shortly after logging in.\n\n**Email** : admin@gmail.com\u003cbr\u003e\n**Password** : password\n\n\n## Generating Dummy Data\n\nCreates dummy data using faker library.\n```\nphp artisan setup:dummy\n```\nor \n```\nphp artisan db:seed --class=\"DummyDataSeeder\"\n```\n\n## Clear Temporary Files\nAll files uploaded from Create Post form is stored on storage/app/livewire-tmp folder. The following command cleana all Temporary Files from server.\n```\nphp artisan clean:temp\n```\n\n## Tests\n\n```bash\nphp artisan test\n```\n## Credits\n\n- [@albinvar](https://github.com/albinvar)\n\n## License\n\n[MIT](LICENSE) © Albin Varghese\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbinvar%2Fsimple-social-media","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falbinvar%2Fsimple-social-media","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbinvar%2Fsimple-social-media/lists"}