A.K.A. Agasobanuye Films Rwanda
A modern, responsive movie streaming platform for Rwandans and beyond.
mbox is a web application designed as a premier movie streaming and content hub, focusing on audiences in Rwanda and Africa. It features separate client and admin interfaces for robust content management.
Mission: Deliver curated, accessible, and high-quality movies β local and international β supporting translated or regionalized media.
mbox/ βββ admin/ # Backend admin panel βββ client/ # Public interface βββ common/ # Shared scripts/pages βββ issets/ # Images, avatars, styles βββ databases.sql # Database creation script βββ dbconf.php # DB connection config βββ index.php # Entry point βββ readme.md # This file text---
| Table Name | Purpose | Key Fields |
|---|---|---|
| movies | Streaming content | name, title, description, poster_link, trail_url, stts |
| users | Platform subscribers | name, email (UNIQUE), password (HASHED) |
| myusers | Admin accounts | name, email (UNIQUE), password |
| feedback | User comments | email, feedback, date_submitted |
- Clone repository:
git clone https://github.com/theodevrwanda/mbox.git cd mbox