meltingscales / homeless-shelter-donation-pickup-coordinator

Web Client-Server application that coordinates donations of goods between shelters' pickup trucks and people with things to donate.
https://shelter-pickup-coordinator.herokuapp.com/
0 stars 0 forks source link
homeless-shelters python

App built from release branch is available here: https://shelter-pickup-coordinator.herokuapp.com/

This application will (once developed) help to coordinate picking up to-be-donated goods from people who wish to donate them.

It will achieve this by letting donaters and shelters essentially cooperate with each other over this platform.

Other pages

For those who dislike reading or have little time

For donaters

For shelters

For developers

Basic libraries

To develop or contribute for this project, you will need the following:

Environment variables

Required

Optional (in my experience)

Database tasks

Because of the way Django handles database ORM, you will need to run these commands to migrate the objects into SQL schemas:

To run, simply type py manage.py runserver.

Everything is broken and awful! AAAAAHHHH!

If you get super stuck on something, either:

Other important Notes