Skip to content

thakurfurqaan/URHope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 

Repository files navigation

urhope

Tasks completed so far:

  1. Role based sign up and login for volunteers and NGOs
  2. Role based profile updation for volunteers and NGOs
  3. Task Creation, updation, deletion by NGO/Group
  4. Task viewed by volunteers based on their location(pincode)
  5. Volunteers can apply to volunteer for task.
  6. A volunteer can apply maximum for 2 tasks at a time.
  7. As the volunteer applies respective NGO or Group receives an email.
  8. A notification is added on notification page of the NGO.
  9. NGO can monitor the tasks.
  10. NGOs can communicate with volunteers via email or phone number or vice versa.
  11. Location/keyword based search for NGO for needy people.

Running in Local

To complete the dev setup

git clone git@github.com:sk-sharique/urhope.git
cd urhope
python3 -m venv urhope.env
source urhope.env/bin/activate
pip install -r requirements.txt

To finally run the application

python app.py

Access the application on your local server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published