RaktaDan
A Blood Donation Application.
Technology Stack:-
Python + Django + Django-Rest + postgresql + AngularJs (frontend)
Project Goal:-
- Login and Signup [local database authentication]
- Social login
- Mobile number OTP on registration.
- Add Member details [ name ,age,diease(if any) , email , mobile number,address,blood group] [donar profile]
- User can search active aviable donar near by 5KM distance.
- Manage Donar donation history.
- per donation donar get rewards and Huminity Points.
- Social donation sharing.
- near by Donation events and details. 10 User can join any event and get notification/ feeds regarding the donation event.
How to contribute in the repository.
- Fork the repository :- https://github.com/Yogendra0Sharma/RaktaDan
- clone the repository
git clone https://github.com/<Your-GitHub-UserName>/RaktaDan.git
- create new branch.
git checkout -b <your-branchName>
- contribute to source code and add modified file.
git add <file_name>
- commit the changes.
git commit -m "commit message"
- push changes to master branch
git push origin master