Skip to content

bushra2001/Helping-Hands

Repository files navigation

Helping Hands:

Flask App for Donation Portal using basic Python, SQLite3, HTML, CSS and Javascript. Users can register and log in to their account. Once logged in, they can make donations to organisation through the web app and display the list of all donations.

Homepage:

Homepage

Technologies Used:

How to Install and Use:

  1. Download and Install Python 3.7
  2. Go to command prompt or anaconda prompt. Change to directory of this repo and type pip install -r requirements.txt
  3. Run the app.py file
  4. Open your web browser and check if you got the website running on your localhost (http://127.0.0.1:5000/)