A collaborative funding tool for crowds with purpose. See how it works!
The backend (api) and the frontend has been merged into this repository in March 2018, to create a single repository with both components.
Hosting repo - GitHub Pages
Contribute to our reading list!
A local development environment can be created by running:
docker-compose up -d && docker-compose run cobudget-api rake db:migrate
Then open http://localhost:9000/
cp docker-compose.test.yml docker-compose.override.yml &&
docker-compose down &&
docker-compose build > /dev/null &&
docker-compose run cobudget-api ;
rm -f docker-compose.override.yml
cp docker-compose.test.yml docker-compose.override.yml &&
docker-compose run cobudget-api ;
rm -f docker-compose.override.yml
The materials in this repo are licensed under Creative Commons 1.0 Universal while the component apps are licensed separately under the Affero GPL.
The old repos still exist but should no longer be used.
Old ui repo - Angular/Node front-end
Old api repo - Rails back-end