{"id":19019395,"url":"https://github.com/buckineer/blogging-platform","last_synced_at":"2026-04-09T23:58:26.418Z","repository":{"id":216280034,"uuid":"740884473","full_name":"buckineer/Blogging-Platform","owner":"buckineer","description":"The backend is completely build on Django using Django Rest Framework, while the frontend is completed using ReactJS.","archived":false,"fork":false,"pushed_at":"2024-05-20T16:06:18.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-02T00:11:11.973Z","etag":null,"topics":["api","dashboard","django","html5","javascript","react-router","reactjs"],"latest_commit_sha":null,"homepage":"","language":null,"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/buckineer.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}},"created_at":"2024-01-09T09:12:21.000Z","updated_at":"2024-05-20T16:06:21.000Z","dependencies_parsed_at":"2024-01-09T11:52:53.561Z","dependency_job_id":null,"html_url":"https://github.com/buckineer/Blogging-Platform","commit_stats":null,"previous_names":["buckineer/blogging-platform"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buckineer%2FBlogging-Platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buckineer%2FBlogging-Platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buckineer%2FBlogging-Platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buckineer%2FBlogging-Platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buckineer","download_url":"https://codeload.github.com/buckineer/Blogging-Platform/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240063929,"owners_count":19742227,"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":["api","dashboard","django","html5","javascript","react-router","reactjs"],"created_at":"2024-11-08T20:12:17.921Z","updated_at":"2026-04-09T23:58:21.396Z","avatar_url":"https://github.com/buckineer.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django-React-Blog\n\nThis is a \"Blogging Platform\" which gives all general features a blog should have.\n\nThe backend is completely build on Django using Django Rest Framework, while the frontend is completed using ReactJS.\n\n# Demo\n\n**FrontEnd** :[https://simpleisbetter.herokuapp.com/](https://simpleisbetter.herokuapp.com/) \n\n**BackEnd** :[https://softbike.herokuapp.com/](https://softbike.herokuapp.com/)\n\n### Features\n\n- Login/Registration\n- Minimal Design\n- Create/Edit/Delete Your Posts\n- User Profile\n- Comment Enable On Post Using disqus\n- Comment Count On Post\n- Live Search Blog \n- Filter Blog By Author By Click on Author Name\n-\n- Admin Panel\n  - Create/View/Edit/Delete A User\n  - Pagination on All blog list and Live search \n  - Create/View/Edit/Delete A Post By Any User\n  - View/Reply All Comments In The Blog\n  - View/Edit/Delete All Newsletter In The Blog\n  - View/Reply All Comments To A Specific Post\n  - Publish/Unpublish A Post\n\n## Backend Setup\n\n1. Clone this repository: `git clone https://github.com/buckineer/Blogging-Platform.git`.\n2. Change the current directory to `backend` folder: `cd ./Blogging-Platform/backend/adminapi/`.\n3. Create a virutal environment and install all backend dependencies with pipenv: `pipenv install`.\n4. Start the virtual environment: `pipenv shell`.\n5. Change the working directory to `adminapi` which contains the `manage.py` file: `cd ./adminapi`.\n6. Run `python manage.py makemigrations`.\n7. Run `python manage.py migrate`.\n8. Create a superuser: `python manage.py createsuperuser`\n9. Run the server: `python manage.py runserver`.\n\n## Frontend Setup\n\n1. Navigate the current working directory to `landing`: `cd ./Blogging-Platform/frontend/blog_frontend/`.\n2. Install the all frontend dependencies using npm: `npm install`.\n3. Run the server: `npm start`.\n\n### Creating The First Post\n\n1. Make sure that both Backend and Frontend Servers are running.\n2. Open your browser and navigate to [localhost:3000](localhost:3000).\n3. Go To [http://localhost:3000/login/](http://localhost:3000/login/).\n4. Go To Signup page if you are not registered [http://localhost:3000/signup/](http://localhost:3000/signup/).\n5. Login with the superuser credentials created while setting up the Backend (Step: 8)\n6. Navigate To _Dashboard -\u003e Your all New Post_ ([http://localhost:3000/user/dashboard/create-new-post](http://localhost:3000/user/dashboard/)).\n7. Navigate To _Dashboard -\u003e create New Post_ ([http://localhost:3000/user/addblog/](http://localhost:3000/user/addblog/)).\n8. Fill the form to create a new post and then Submit it.\n9. The submitted post will not appear on the homescreen unless and until the admin approves it.\n10. To approve the post, go to _Dashboard -\u003e Admin Panel -\u003e View All Posts_ and then click on _Edit_ Button.\n11. Check the checkbox labelled _Verified_ and then submit.\n12. After the post gets published, it will be displayed on the homepage of the blog ([localhost:3000](localhost:3000)).\n13. Note: _Once the post gets published, the user can only edit the post from the Dashboard, however, the admin still can edit/delete the post from the Admin Panel_\n\n## Backend API Documentation\n\nAPI Documentation is generated using the default tool provided by Django Rest Framework.\n\n### View The API documentation\n\n1. Make sure that the Backend Server is running.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuckineer%2Fblogging-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuckineer%2Fblogging-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuckineer%2Fblogging-platform/lists"}