An open API service indexing awesome lists of open source software.

https://github.com/emhash/bloome

Fullstack Django social media web app with newsfeed, chat, friends and so on.
https://github.com/emhash/bloome

all-auth bootstrap chatxity css django django-application django-rest-framework django-social-network django-website html htmx javacript python social-media social-network

Last synced: 3 months ago
JSON representation

Fullstack Django social media web app with newsfeed, chat, friends and so on.

Awesome Lists containing this project

README

          



![Logo](https://github.com/user-attachments/assets/8e784d01-0977-410a-ae11-7ebc30a08061)


Bloome Β Β·Β  Production-Ready Django Social Network


πŸš€ Full-Stack Social Media Platform | Real-time Chat | Smart News Feed | Open Source



version


django badge


python badge


bootstrap badge


htmx badge


render badge


ws badge


license badge

---

> **Bloome** is a production-grade Django social-media platform featuring a news-feed, real-time one-to-one chat, friend requests, likes, comments, and media uploads.

Table of contents

- [Live demo](#live-demo)
- [June 2025 New Update](#-june-2025-new-update)
- [Feature tour](#feature-tour)
- [Tech stack](#tech-stack)
- [Screenshots](#screenshots)
- [Quick Start(Local Setup)](#quick-startlocal-setup)

---

## 🌐 Live demo

🌐 **URL:**
πŸͺ„ **Demo account:** `demo@gmail.com` **Password:** `demo1234`

⚠️ *Free tier sleeps after 15 min idle; first hit may take ~30 s to spin up.*

---

## ✨ Feature tour

- **News-feed** with likes, comments, and friend requests
- **Real-time chat** (WebSockets) with online presence
- **Async tasks** (Celery) powering welcome-email flow
- **Object storage** on Backblaze B2 (S3-compatible)
- **Zero-downtime deploys** on Render using Gunicorn + UvicornWorker
- **Responsive UI** built with Bootstrap 5 & HTMX
- **Modular settings** (`development.py`, `production.py`, `local.py`) ready for 12-factor apps

---

## πŸ› οΈ Tech Stack

| **Layer** | **Technologies** | **Purpose** |
|-----------|------------------|-------------|
| **🎨 Frontend** | Bootstrap 5, HTMX, JavaScript, CSS3 | Responsive UI, Real-time interactions |
| **βš™οΈ Backend** | Django 4.2+, Django Channels, Python 3.8+ | Web framework, WebSocket support |
| **πŸ”„ Real-time** | Daphne ASGI, Redis, WebSockets | Async processing, Chat, Notifications |
| **πŸ’Ύ Database** | SQLite (dev), MySQL/PostgreSQL (prod) | Data persistence, Relationships |
| **☁️ Storage** | Backblaze B2 (S3-compatible) | Media files, Static assets |
| **πŸš€ Deployment** | Render, Gunicorn, UvicornWorker | Production hosting, Load balancing |
| **πŸ“§ Tasks** | Celery, Redis Broker | Background jobs, Email sending |

---

## πŸ“Έ Screenshots


newsfeed
chat list


profile
admin dashboard

---

## πŸ“‹ Quick Start(Local Setup)

Note: You can add both MySQL or SQLite database. The configuration is added in the settings.py so you just have to uncomment the code and set database host, user, password and port.

Warning: If you face any database related error then you have to add the information by using python-dot-env or directly in the code of MySQL setup.

Clone the repository & Navigate to the project directory:

```bash
git clone https://github.com/emhash/Bloome

cd Bloome
```

Create a virtual envoirnment:

```bash
python -m venv myenv
```
Active virtual envoirnment with Bash terminal:
```bash
source myenv/Scripts/activate
```
(You can activate the virtual envoirnment using any terminal. Based on the terminal the activation process of virtual envoirnment might be different)

Now install the necessary module & start the server:
```bash
pip install -r requirements.txt
python manage.py runserver

```
**In case of migration problem migrate and then run the server**
```bash
python manage.py makemigrations
python manage.py migrate

```

---

## πŸš€ June 2025 New Update

| Pillar | What’s new | Why it matters |
|--------|------------|----------------|
| **Architecture & DX** | Re-organised project into a layered folder structure. Added `.gitignore`, sample `.env`, and commented S3 settings. | Accelerates onboarding and prevents secrets leakage. |
| **Real-time features** | One-to-one chat via **Django Channels** + **Daphne** (ASGI). | Demonstrates WebSocket and async proficiency. |
| **Cloud storage** | Integrated Backblaze **B2 S3** bucket for media uploads. | Shows cost-efficient object-storage skills. |
| **Modern hosting** | Migrated PythonAnywhere β†’ **Render** native-ASGI. | Hands-on container/cloud deployment experience. |
| **Email & tasks** | Automated welcome email + full **Celery + Redis** setup ready for future jobs. | Production-ready background-job architecture. |
| **Security** | Fixed CSRF issues; secrets/hosts now env-driven. | Secure-by-default mindset. |

---

## 🀝 Contributing

We ❀️ contributions! Join our growing community of developers.

### 🌟 **Ways to Contribute**
- πŸ› **Bug Reports** - Help us improve
- ✨ **Feature Requests** - Share your ideas
- πŸ“ **Documentation** - Improve our guides
- πŸ”§ **Code Contributions** - Submit PRs
- 🎨 **UI/UX Improvements** - Enhance the design
- 🌍 **Translations** - Make it global

### πŸš€ **Quick Contribution Steps**
1. **Fork** the repository
2. **Create** your feature branch (`git checkout -b feature/AmazingFeature`)
3. **Commit** your changes (`git commit -m 'Add AmazingFeature'`)
4. **Push** to the branch (`git push origin feature/AmazingFeature`)
5. **Open** a Pull Request

### πŸ† **Contributors**

Thanks to all our amazing contributors! πŸŽ‰



---

## πŸ“Š Project Stats

![GitHub stars](https://img.shields.io/github/stars/emhash/Bloome?style=social)
![GitHub forks](https://img.shields.io/github/forks/emhash/Bloome?style=social)
![GitHub watchers](https://img.shields.io/github/watchers/emhash/Bloome?style=social)

![GitHub issues](https://img.shields.io/github/issues/emhash/Bloome)
![GitHub pull requests](https://img.shields.io/github/issues-pr/emhash/Bloome)
![GitHub last commit](https://img.shields.io/github/last-commit/emhash/Bloome)

---

### πŸš€ **Ready to build the next big social platform?**

**⭐ Star this repo** β€’ **🍴 Fork it** β€’ **πŸ“’ Share it** β€’ **🀝 Contribute**

**Made by [Md Emran Hossan Ashiq](https://github.com/emhash)**

---

*πŸ”₯ **Trending:** #Django #SocialMedia #Python #WebDevelopment #OpenSource #RealTime #FullStack*