{"id":24313538,"url":"https://github.com/mynkchn/blog-application","last_synced_at":"2026-04-11T09:34:34.124Z","repository":{"id":272806320,"uuid":"917816053","full_name":"mynkchn/Blog-Application","owner":"mynkchn","description":"Blog application for multiple users","archived":false,"fork":false,"pushed_at":"2025-01-16T17:50:31.000Z","size":72,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-09T14:43:33.452Z","etag":null,"topics":["bootstrap","css","django","html5","javascript","python3","sqlite"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/mynkchn.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-16T17:42:32.000Z","updated_at":"2025-01-16T17:52:00.000Z","dependencies_parsed_at":"2025-01-16T19:20:28.169Z","dependency_job_id":null,"html_url":"https://github.com/mynkchn/Blog-Application","commit_stats":null,"previous_names":["mynkchn/blog-application"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mynkchn/Blog-Application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mynkchn%2FBlog-Application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mynkchn%2FBlog-Application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mynkchn%2FBlog-Application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mynkchn%2FBlog-Application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mynkchn","download_url":"https://codeload.github.com/mynkchn/Blog-Application/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mynkchn%2FBlog-Application/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27564953,"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-12-07T02:00:07.896Z","response_time":53,"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":["bootstrap","css","django","html5","javascript","python3","sqlite"],"created_at":"2025-01-17T09:12:20.241Z","updated_at":"2025-12-07T09:03:43.234Z","avatar_url":"https://github.com/mynkchn.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BlogBridges\n\n## Description\nBlogBridges is a simple blog application built with Django. It allows users to create, view, and manage blog posts while providing user authentication features.\n\n## Features\n- User authentication (signup, login, logout)\n- Create, view, and manage posts\n\n## Installation\n1. Clone the repository:\n   ```bash\n   git clone \u003crepository-url\u003e\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd django_blog\n   ```\n3. Install the required dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n4. Run migrations:\n   ```bash\n   python manage.py migrate\n   ```\n\n## Usage\nTo run the application, use the following command:\n```bash\npython manage.py runserver\n```\nThen, open your browser and go to `http://127.0.0.1:8000/`.\n\n## URL Routing\nThe following URL patterns are defined in the application:\n- `/signup/` - User signup\n- `/loginn/` - User login\n- `/signout/` - User logout\n- `/` - Home page displaying all posts\n- `/newpost/` - Create a new post\n- `/mypost/` - View posts created by the logged-in user\n\n## Data Models\nThe application includes the following model:\n- **Post**\n  - `title`: CharField (max_length=100)\n  - `user`: ForeignKey (User)\n  - `content`: TextField\n  - `date`: DateTimeField (auto_now_add=True)\n\n## Templates\nThe application uses Django templates for rendering HTML. The base template is `base.html`, which includes Bootstrap for styling.\n\n## Contributing\nContributions are welcome! Please submit a pull request or open an issue for any suggestions or improvements.\n\n## License\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmynkchn%2Fblog-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmynkchn%2Fblog-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmynkchn%2Fblog-application/lists"}