VolunteerX is a lightweight platform for engaging local communities in volunteering. Local people can sign up to become on-demand volunteers. NGOs can easily manage the real time deployment of skilled volunteers.
- Sign up with LinkedIn, Facebook & OpenID
- Volunteer members heatmap
- Stats dashboard
These instructions have been tested with the following software:
- Python Flask = 0.10.0
- git
- gunicorn
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
You need to provide configuration in config.py
- Twilio API credentials
These instructions assume a working directory of the repository root.
To run the app locally:
source venv/bin/activate
python run.py
The server will run on localhost:5000
To deploy to Heroku: