{"id":26035420,"url":"https://github.com/milad-2003/socialbook","last_synced_at":"2026-04-08T16:02:21.544Z","repository":{"id":280122052,"uuid":"911154199","full_name":"milad-2003/SocialBook","owner":"milad-2003","description":"A Django-based social media platform where users can create profiles, upload posts, follow other users, and interact with content.","archived":false,"fork":false,"pushed_at":"2025-03-01T11:05:49.000Z","size":22670,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-26T12:18:21.471Z","etag":null,"topics":["bootstrap","django","django-templates","sqlite"],"latest_commit_sha":null,"homepage":"","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/milad-2003.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":"2025-01-02T11:13:10.000Z","updated_at":"2025-08-10T12:26:02.000Z","dependencies_parsed_at":"2025-03-01T12:29:32.732Z","dependency_job_id":null,"html_url":"https://github.com/milad-2003/SocialBook","commit_stats":null,"previous_names":["milad-2003/socialbook"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/milad-2003/SocialBook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milad-2003%2FSocialBook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milad-2003%2FSocialBook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milad-2003%2FSocialBook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milad-2003%2FSocialBook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/milad-2003","download_url":"https://codeload.github.com/milad-2003/SocialBook/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milad-2003%2FSocialBook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31562697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["bootstrap","django","django-templates","sqlite"],"created_at":"2025-03-07T04:52:35.575Z","updated_at":"2026-04-08T16:02:21.528Z","avatar_url":"https://github.com/milad-2003.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Social Media Platform\n\nA Django-based social media platform where users can create profiles, upload posts, follow other users, and interact with content.\n\n---\n\n## Features\n\n- **User Authentication**:\n  - Sign up, log in, and log out functionality.\n  - Password validation and secure storage.\n\n- **User Profiles**:\n  - Customizable profiles with bio, profile picture, and location.\n  - Display follower and following counts.\n\n- **Posts**:\n  - Upload images with captions.\n  - View posts from other users.\n  - Like posts.\n\n- **Follow System**:\n  - Follow and unfollow other users.\n  - Display followers and following lists.\n\n- **Responsive Design**:\n  - Works seamlessly on desktop and mobile devices.\n\n---\n\n## Technologies Used\n\n- **Backend**:\n  - Django (Python web framework)\n  - Django ORM for database management\n  - SQLite (default database for development)\n\n- **Frontend**:\n  - HTML, CSS, JavaScript\n  - Bootstrap for styling\n\n- **Other Tools**:\n  - Pillow for image handling\n  - Django Allauth (optional for advanced authentication)\n\n---\n\n## Installation\n\nFollow these steps to set up the project locally.\n\n1. Ensure you have Python and `pipenv` installed on your system.\n2. Clone the repository:\n   ```bash\n   git clone https://github.com/milad-2003/SocialBook/\n   cd SocialBook\n   ```\n3. Create a virtual environment and activate it:\n   ```bash\n   pipenv shell\n   ```\n4. Install dependencies:\n   ```bash\n   pipenv install\n   ```\n5. Run migrations:\n   ```bash\n   python manage.py makemigrations\n   python manage.py migrate\n   ```\n6. Create a superuser to access the admin panel:\n   ```bash\n   python manage.py createsuperuser\n   ```\n7. Access the admin panel at `http://127.0.0.1:8000/admin`\n8. Start the Django development server:\n   ```bash\n   python manage.py runserver\n   ```\n---\n\n## Contributing\n\nWe welcome contributions to SocialBook! Here's how you can contribute:\n\n1. **Fork the repository** to your GitHub account.\n2. **Clone your fork** to your local machine:\n   ```bash\n   git clone \u003cyour_forked_repo_url\u003e\n   ```\n3. Create a new branch for your feature or bugfix:\n   ```bash\n   git checkout -b \u003cbranch_name\u003e\n   ```\n4. Make your changes and commit them with descriptive messages:\n   ```bash\n   git commit -m \"Add/Update/Remove \u003cfeature_description\u003e\"\n   ```\n5. Push your branch to your fork:\n   ```bash\n   git push origin \u003cbranch_name\u003e\n   ```\n6. Open a pull request on the main repository and describe your changes.\n\n---\n\nFor any queries or issues, feel free to open an issue in the repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilad-2003%2Fsocialbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmilad-2003%2Fsocialbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilad-2003%2Fsocialbook/lists"}