An open API service indexing awesome lists of open source software.

https://github.com/dxe4/hack4good

you should hack for good too
https://github.com/dxe4/hack4good

Last synced: about 1 year ago
JSON representation

you should hack for good too

Awesome Lists containing this project

README

          

hack4good
=========

you should hack for good too,

Many thanks to [Mahdi Dibaiee](https://github.com/mdibaiee "Mahdi Dibaiee") for helping with d3.js and front end in general

![abc_2](https://raw.githubusercontent.com/papaloizouc/hack4good/024cd87c269d9945b1fd571733dab390f7cf6585/doc/abc_2.png)

![abc](https://raw.githubusercontent.com/papaloizouc/hack4good/master/doc/abc.png)

```
git clone...
cd hack4good
sudo apt-get install python-virtualenv
virtualenv venv
source venv/bin/activate
source h4good/dev.env
pip install -r req.txt
cd h4good
python manage.py collectstatic
python manage.py runserver
```