Skip to content

cobudget-old/cobudget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

875ad98 · Dec 1, 2020
Jun 17, 2020
Dec 1, 2020
Oct 6, 2020
Nov 3, 2020
Jun 17, 2020
Jun 17, 2020
May 30, 2020
Mar 17, 2018
Aug 6, 2014
May 19, 2019
Jun 17, 2020
Jun 19, 2020
May 30, 2020

Repository files navigation

Build Status Code Climate

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!

Contributing

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/

Testing

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

Licensing

The materials in this repo are licensed under Creative Commons 1.0 Universal while the component apps are licensed separately under the Affero GPL.

Previous repositories

The old repos still exist but should no longer be used.

Old ui repo - Angular/Node front-end

Old api repo - Rails back-end