Project in python with Django framework!
As of now, the Indian population is reaching 1.35 billion, and as India is still a developing country, not every citizen of the population is living an ideal life. The government is constantly making efforts to help that by making schemes, policies, and giving subsidies. But as that data is scattered all over the internet and not many people have information where exactly to look for it, many of those schemes are not being used to their full capacities. In addition to this Government provides its citizens many services like hospitals, police stations, fire stations, educational institutes such as schools, colleges, and government institutes like Jan Seva Kendra, RTI, and many more.
Thus, we are proposing the idea of a one-stop, secure, and transparent portal. This portal will only allow you to sign-up using your Aadhar card only, making it a secure place, which will be verified using OTP. Then, personalized schemes and subsidies would be shown to the user according to the information gathered from their Aadhar card. Along with this, they will also be able to see all other Government-issued latest news and schemes or subsidies. All the data will be stored using the Hash function/ cryptography.
For a more personalized experience, users can not only view the provided schemes, they can also apply for the same using the application forms provided. The status of those applications can be checked as well: status whether the form has been accepted or not if it is rejected, they can check the reason too. Users’ details will be auto-filled using the Aadhar card and other documents provided, but they can add or change all details as well. When the government adds new policies and schemes or passes new bills, people will get notified for the same along with having the feature to give comments to express their opinions for the same.
In addition to all, the user's Aadhar card has address information, from which we can give additional information like the nearest police station, Hospital, Educational institute, and all other government institutes.
Install Python and Pycharm In pycharm first install django via this command: pip install django
Create new project via this command: django-admin startproject onestopportal . add all files from repo to that folder (copy paste from onstopportal)
Create new app via this command: django-admin startapp one add all files from one to that folder
Copy paste database
install Pillow via this command: pip install Pillow
add other neccessary files
Here all pdf,ppt and database file's pdf is provided too!!
Happy Coding :)