Chatterbox is a social media platform where users can post messages in different channels and subscribe to the ones they’re interested in. It combines the best of forums and modern social feeds — built for conversations, communities, and connection.
- 📢 Channels: Browse or create topic-based public and private channels.
- 📝 Posts: Share messages within channels — from quick updates to long-form thoughts.
- 🔔 Subscriptions: Follow channels to personalize your feed and stay up-to-date.
- Frontend: HTML / CSS / Bootstrap
- Backend: PHP
- Database: MySQL
- Faire tourner le docker_compose
- Copier le script.sql dans un dossier sous C:\Chatterbox\database
- Copier tous les autres fichiers sous C:\Chatterbox\files
- docker-compose up -d --> dans le dossier le C:\Chatterbox\
- Lancez localhost
# Clone the repository
git clone https://github.com/Niry08/Chatterbox.git
cd chatterbox
# Move in the good folder
cd config
# Start the docker compose
docker-compose up -d