The aim of this website is to assist tenants by allowing them to overcome the problem of having a permanant address when moving to different location. Here, the landlord lends the tenant his/her address, the tenant makes a small change in that address and uses this as proof of residence. All of the above mentioned services are provided by our website.
Link to the video: Video Link
Link to the ppt: PPT Link
Backend
: Django
Frontend
: Vue.js, HTML, CSS
Database
: Postgres SQL
A step by step series of examples that tell you how to get a development env running
In your cmd:
https://github.com/Aafiya-H/Aadhar_Hack
Then,
cd Aadhar_Hack
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
Next
Create a .env file, enter your credentials for following fields
NAME = ENTER YOUR NAME
USER = ENTER YOUR USER
PASSWORD = ENTER YOUR PASWORD
HOST = ENTER YOUR HOST
PORT = ENTER YOUR PORT
Then
python manage.py runserver
You are done with the setup now!
- OTP based authentication using Aadhar number.
- Address verification using GPS.
- Intuitive UI/UX
- Address comparison between user and landlord.
- Digital, e-shareable certificates of the approved address.