https://github.com/avnigoyal25/e-yojanaconnect-system
Many people are eligible for government assistance programs, but they often don't know which programs they qualify for or how to access them. This can result in missed opportunities for help. Our project aims to create a system that takes user input and then uses that information to recommend the government scheme that is the best fit for them.
https://github.com/avnigoyal25/e-yojanaconnect-system
bootstrap javascript nodejs reactjs sql
Last synced: 3 months ago
JSON representation
Many people are eligible for government assistance programs, but they often don't know which programs they qualify for or how to access them. This can result in missed opportunities for help. Our project aims to create a system that takes user input and then uses that information to recommend the government scheme that is the best fit for them.
- Host: GitHub
- URL: https://github.com/avnigoyal25/e-yojanaconnect-system
- Owner: avnigoyal25
- Created: 2024-01-25T14:33:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-25T15:11:19.000Z (over 2 years ago)
- Last Synced: 2025-04-30T20:59:15.921Z (about 1 year ago)
- Topics: bootstrap, javascript, nodejs, reactjs, sql
- Language: JavaScript
- Homepage:
- Size: 6.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Abstract
The e-Yojana Connect System is a web app to make it easier for the government to give benefits to people who qualify for them. It is an innovative system simplifies the overwhelming world of government programs by employing content filtering algorithms. It looks at the information user give and finds the best government program for the user. So, instead of searching for programs manually, this system recommends the right ones for the user. It does this by comparing with the user input and available government schemes. This way, it suggests the best suitable scheme for the use.
https://github.com/avnigoyal25/e-YojanaConnect-System/assets/91952706/863936f7-5872-4eac-8667-9b6e5794093b
# Tech Stack
Frontend: Reactjs
Backend: Nodejs
Database: MySQL
# How to run on your system
1) Clone the repo
2) Go to terminal and do cd frontend and run- "npm start"
3) In another terminal of the same project do cd server and run-"node index.js"