Tasks completed so far:
- Role based sign up and login for volunteers and NGOs
- Role based profile updation for volunteers and NGOs
- Task Creation, updation, deletion by NGO/Group
- Task viewed by volunteers based on their location(pincode)
- Volunteers can apply to volunteer for task.
- A volunteer can apply maximum for 2 tasks at a time.
- As the volunteer applies respective NGO or Group receives an email.
- A notification is added on notification page of the NGO.
- NGO can monitor the tasks.
- NGOs can communicate with volunteers via email or phone number or vice versa.
- Location/keyword based search for NGO for needy people.
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
python app.py
Access the application on your local server.