H-funding is a crowfunding platform written for an academic project.
This is a port for the weppy framework of the original Rails project (https://github.com/michaelgenesini/h-funding).
UI and logo are copyrighted by Michael Genesini.
Clone this repository and in your terminal do:
pip install -r requirements.txt
python run.py
To launch the cron helper that opens and closes campaigns do:
weppy --app hfunding cron
Since this is an academic project, it doesn't include payments flows and related technology.