A comprehensive social media management and growth platform built with Django.
- Social Media Management
- One-Time Growth Services
- Package Services
- Payment Integration (M-PESA, Tigo Pesa, Airtel Money, HaloPesa)
- User Dashboard
- Order Management
- Python/Django
- HTML/CSS/JavaScript
- Bootstrap
- Mobile Money APIs
- Clone the repository:
git clone https://github.com/dauson-bit/viralelevate.git
cd viralelevate- Create and activate virtual environment:
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate- Install dependencies:
pip install -r requirements.txt- Run migrations:
python manage.py migrate- Start the development server:
python manage.py runserverCreate a .env file in the root directory with the following variables:
DEBUG=True
SECRET_KEY=your_secret_key
DATABASE_URL=your_database_url
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.