{"id":23224044,"url":"https://github.com/junaidsalim/blogapp","last_synced_at":"2026-04-14T04:01:36.432Z","repository":{"id":254485714,"uuid":"843322686","full_name":"JunaidSalim/BlogApp","owner":"JunaidSalim","description":"A dynamic web application for effortless blog creation, management, and interaction, featuring a React frontend and Django backend.","archived":false,"fork":false,"pushed_at":"2024-09-21T12:43:51.000Z","size":363,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T16:44:32.478Z","etag":null,"topics":["blog","bootstrap","django","django-rest-framework","fullstack-development","html","javascript","jwt","postgres","postgresql","python","react","swagger"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/JunaidSalim.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-16T09:04:20.000Z","updated_at":"2024-09-21T12:43:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"7dada9fc-db00-4b9c-903b-71c0ebc5deaa","html_url":"https://github.com/JunaidSalim/BlogApp","commit_stats":null,"previous_names":["junaidsalim/blogapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JunaidSalim/BlogApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JunaidSalim%2FBlogApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JunaidSalim%2FBlogApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JunaidSalim%2FBlogApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JunaidSalim%2FBlogApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JunaidSalim","download_url":"https://codeload.github.com/JunaidSalim/BlogApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JunaidSalim%2FBlogApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31781292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: 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":["blog","bootstrap","django","django-rest-framework","fullstack-development","html","javascript","jwt","postgres","postgresql","python","react","swagger"],"created_at":"2024-12-18T23:29:58.493Z","updated_at":"2026-04-14T04:01:36.416Z","avatar_url":"https://github.com/JunaidSalim.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BlogApp\n\nOur Blog Management Platform is a dynamic web application designed to empower users to create, edit, and manage their blogs with ease. The platform offers a seamless experience by integrating a robust backend built with Django and a responsive frontend crafted using React. It caters to both novice and experienced bloggers, providing an intuitive interface for managing blog content and interacting with readers.\n\n## Demo\n\nhttps://github.com/user-attachments/assets/35403c8d-ec64-4ec0-abfe-521e68089b9d\n\nhttps://github.com/user-attachments/assets/40a95831-9148-42e8-8eea-f9c98572fe8d\n\n\n\n\n## Key Features\n\n- **User Authentication:** Easily register and log in to the platform, with secure authentication managed using JWT tokens. Personal data is protected with robust security measures.\n  \n- **AI Content Generation:** Integrated AI tools streamline the blog creation process, helping users generate high-quality content quickly.\n  \n- **Dashboard:** Personalized dashboard displaying all your blog posts, including details such as title, content, author, and publication date.\n\n- **Blog Management:** Comprehensive tools for creating, editing, and deleting blog posts. The ReactQuill editor provides a smooth, user-friendly writing experience.\n\n- **Comments Section:** Engage with readers through a dedicated comments section. Readers can leave comments, with each comment displaying relevant user information.\n\n- **Responsive Design:** Built with a responsive design to ensure optimal performance across all devices, from mobile phones to desktop monitors.\n\n## Technology Stack\n\n- **Frontend:** React and Bootstrap for building the user interface.\n- **Backend:** Django, powered by Django REST Framework, to manage server-side logic and API endpoints.\n- **Database:** PostgreSQL for reliable and scalable data storage.\n- **Authentication:** Secure user authentication is managed through JSON Web Tokens (JWT).\n\n## Installation and Setup\n\n### Prerequisites\n\n- Node.js (for frontend)\n- Python (for backend)\n- PostgreSQL (for database)\n\n### Frontend Setup\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/JunaidSalim/BlogApp\n    ```\n2. Navigate to the frontend directory:\n    ```bash\n   cd BlogApp/frontend\n    ```\n3. Install dependencies:\n    ```bash\n   yarn install\n    ```\n4. Start the development server:\n    ```bash\n   yarn start\n    ```\n### Backend Setup\n1. Navigate to the backend directory:\n    ```bash\n   cd BlogApp/backend\n    ```\n2. Create a virtual environment and activate it:\n    ```bash\n   python -m venv venv\n   venv\\Scripts\\activate # On Windows\n   source venv/bin/activate # On Mac \u0026 Linux\n   ```\n\n3. Install dependencies:\n    ```bash\n   pip install -r requirements.txt\n    ```\n\n4. Configure the PostgreSQL database:\n   \u003cbr\u003e Update the database settings in backend/settings.py.\n\n5. Apply migrations:\n    ```bash\n   python manage.py migrate\n    ```\n\n6. Create a superuser:\n    ```bash\n   python manage.py createsuperuser\n    ```\n\n5. Start the Django development server:\n    ```bash\n   python manage.py runserver\n    ```\n\n## Contributing\n\nFeel free to submit issues, fork the repository, and make pull requests. We welcome contributions and feedback from the community.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\nContact\n\nFor any questions or support, please reach out to junaidsaleem986@gmail.com.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunaidsalim%2Fblogapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunaidsalim%2Fblogapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunaidsalim%2Fblogapp/lists"}