A hackathon project built during the MyFarm Dev Hackathon. Gambia DevHub is a community-driven platform where developers in The Gambia can share, learn, and collaborate.
🌍 Live Demo: https://gambia-devhub.onrender.com/
- Django backend (Python)
- SQLite database
- Bootstrap frontend
- User-friendly interface
- Hackathon-ready MVP
- Backend: Django
- Database: SQLite
- Frontend: Bootstrap
- Deployment: Render (with Gunicorn)
Clone the repository:
git clone https://github.com/your-username/gambia-devhub.git
cd gambia-devhubCreate & activate virtual environment:
python -m venv venv
source venv/bin/activate # On Mac/Linux
venv\Scripts\activate # On WindowsInstall dependencies:
pip install -r requirements.txtRun migrations:
python manage.py migrateRun the development server:
python manage.py runserverVisit: http://127.0.0.1:8000/
We use Render for deployment.
Gunicorn command:
gunicorn gambia_devhub.wsgiWe are looking for collaborators! 🎉
- Fork the repo
- Create your branch (
git checkout -b feature-name) - Commit changes (
git commit -m 'Add new feature') - Push (
git push origin feature-name) - Open a Pull Request
For hackathon/demo purposes only. Not a free software license.