A website where users can upvote charities so that they may receive donations from advertisers. Developed for HackRU, to use, simply:
- Pull the project to your computer
- Install pip in your terminal by downloading and running python get-pip.py from: https://bootstrap.pypa.io/get-pip.py
- Navigate to the directory of the project and run: "pip install -r requirements.txt"
- In terminal, run "python manage.py runserver"
- In browser, navigate to "localhost:8000"