{"id":22381659,"url":"https://github.com/praks7v/bloggersunity","last_synced_at":"2026-05-09T01:04:36.137Z","repository":{"id":205138693,"uuid":"713483286","full_name":"praks7v/BloggersUnity","owner":"praks7v","description":"BloggersUnity is a web application that allows users to create and publish blog posts.","archived":false,"fork":false,"pushed_at":"2024-09-11T10:35:51.000Z","size":2111,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T01:34:22.413Z","etag":null,"topics":["argocd","django-application","django-docker","django-project","docker","jenkins","minikube","webapp"],"latest_commit_sha":null,"homepage":"https://bloggers-unity.vercel.app","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/praks7v.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2023-11-02T15:58:55.000Z","updated_at":"2024-09-11T10:35:55.000Z","dependencies_parsed_at":"2024-06-06T07:28:30.787Z","dependency_job_id":"4e0be137-7880-47f2-8161-597ac6baa8eb","html_url":"https://github.com/praks7v/BloggersUnity","commit_stats":null,"previous_names":["praks7v/bloggersunity"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praks7v%2FBloggersUnity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praks7v%2FBloggersUnity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praks7v%2FBloggersUnity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praks7v%2FBloggersUnity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/praks7v","download_url":"https://codeload.github.com/praks7v/BloggersUnity/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245720801,"owners_count":20661474,"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":["argocd","django-application","django-docker","django-project","docker","jenkins","minikube","webapp"],"created_at":"2024-12-05T00:09:45.210Z","updated_at":"2026-05-09T01:04:31.103Z","avatar_url":"https://github.com/praks7v.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BloggersUnity\n\n[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n\n## Overview\n\nBloggersUnity is a web application that allows users to create and publish blog posts. It's built with [Django](https://www.djangoproject.com/) \nand offers features like user authentication, creating, editing, and deleting posts.\n\n## Features\n\n- User authentication (signup, login, and logout)\n- Create and publish blog posts\n- Edit and delete your own posts\n- View and browse posts by category\n- User profile with avatar and contact information\n- ...\n\n\n## Getting Started\n\nThese instructions will help you set up a local development environment.\n\n### Step 01: Run Locally\n\n1. **Prerequisites**\n   - Be using Linux, WSL or MacOS, with bash, make etc.\n   - Python 3.x - for running locally, linting, running tests etc.\n   - ...\n\n2. **Installation**\n\n   Clone the project to any directory where you do development work.\n  \n   ```bash\n   git clone https://github.com/praks7v/BloggersUnity.git\n   ```\n   ```bash\n   cd BloggersUnity\n   make venv\n   make install\n   make makemigrations\n   make migrate\n   make run\n   ```\n### Step 02: Create Docker Image and Run Docker Container\n\n  - Follow the Docker official documentation for [Docker Installation](https://docs.docker.com/engine/install/).\n  - You can find the installation guide source [here](docker/README.md).\n   \n### Step 03: Create CI/CD Pipeline using Jenkins\n\n   - Follow the Jenkins official documentation for [Jenkins Installation](https://www.jenkins.io/doc/book/installing/).\n   - You can find the installation guide source [here](jenkins/README.md).\n     \n### Step 04: Deploy to Minikube Cluster\n\n   - Follow the Minikube official documentation for [Minikube Installation](https://minikube.sigs.k8s.io/docs/start/).\n   - You can find the installation guide source [here](argocd/dev/README.md).\n     \n### Step 05: Setup Argocd on Minikube for Continuous Delivery\n\n   - Follow the Argocd official documentation for [Argocd Installation](https://argo-cd.readthedocs.io/en/stable/getting_started/).\n   - You can find the installation guide source [here](argocd/README.md).\n\n### Makefile\n\n   A standard GNU Make file is provided to help with running and building locally.\n   ```\n     make help         - This is for help\n     make venv         - Create a virtual environment\n     make install      - Install dependencies\n     make run          - Run the Django development server\n     make migrate      - Apply database migrations\n     make makemigrations - Create new database migrations\n     make test         - Run tests\n     make image        - Build the Docker image\n     make push         - Push image to the registry\n     make lint         - Run linters (flake8)\n     make format       - Format code using black\n     make clean        - Clean up Project\n   ```\n   Make file variables and default values, pass these in when calling `make`, e.g. `make image IMAGE_REPO=blah/foo`\n\n   | Makefile Variable | Default                |\n   | ----------------- | ---------------------- |\n   | IMAGE_REG         | docker\u003cspan\u003e.\u003c/span\u003eio |\n   | IMAGE_REPO        | username/project_name  |\n   | IMAGE_TAG         | latest                 |\n\n\n   The app runs under Django and listens on port 8000 by default, this can be changed with the `PORT` environmental variable.\n\n### Usage\n\n   Visit [http://localhost:8000](http://localhost:8000 ) to access the application.\n   Create an account and start writing your blog posts.\n\n### Contributing\n\n   Contributions are welcome! Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests.\n   \n### License\n   This project is licensed under the [MIT License](https://choosealicense.com/licenses/mit/) - see the LICENSE file for details.\n\n### Documentation\n\n   For detailed documentation, see the BloggersUnity Documentation.\n\n### Authors\n   \n   [Praks7v](https://github.com/praks7v)\n\n\n### Screenshots\nHome\n![Home Page](docs/source/_static/home_bloggersUnity.png)\n\nBlog Post\n![Blog Post](docs/source/_static/blog_posts.png)\n\nDashboard\n![Dashboard](docs/source/_static/dashborad_bloggersunity.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraks7v%2Fbloggersunity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpraks7v%2Fbloggersunity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraks7v%2Fbloggersunity/lists"}