- Notifications
You must be signed in to change notification settings - Fork0
Homelessness Donation App Homelessness is on the rise in the UK, yet many people feel hesitant to give money directly to individuals due to uncertainties about where the funds will go. This app is designed to bridge that gap by securely connecting donations to a homeless charity,
Rodico/Rough-sleeper-Token-App
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This Flask-based application allows donors to contribute directly to homeless shelters. Each individual is identified by an ID that links them to their shelter, and donations fund their accommodation and basic needs. The application integrates with PayPal to securely process donations.
- Individual tracking: Link donations to specific individuals.
- Shelter integration: Funds go to shelter accounts for better management.
- Donation tracking: Track fund amounts and accommodation days per individual.
- PayPal Integration: Secure payment processing.
- Python 3.8+
- A PayPal Developer Account
- Flask
Clone this repository:
git clone https://github.com/your-username/homeless-shelter-donation-app.gitcd homeless-shelter-donation-app
Install dependencies:
pip install -r requirements.txt
Configure your PayPal API keys in
config.py
.Run the application:
python app.py
Access the app at
http://127.0.0.1:5000
.
app.py
: Main application logicconfig.py
: PayPal configurationtemplates/
: HTML templates for views
MIT License
About
Homelessness Donation App Homelessness is on the rise in the UK, yet many people feel hesitant to give money directly to individuals due to uncertainties about where the funds will go. This app is designed to bridge that gap by securely connecting donations to a homeless charity,