Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/github2k10/mgnrega
MNREGA(The Mahatma Gandhi National Rural Employment Guarantee Act ) is a scheme by which unskilled people of rural India are guaranteed to have 100 days of paid work. Main objective of this project is to manage employments offered through this scheme.
https://github.com/github2k10/mgnrega
java jdbc mysql
Last synced: 3 days ago
JSON representation
MNREGA(The Mahatma Gandhi National Rural Employment Guarantee Act ) is a scheme by which unskilled people of rural India are guaranteed to have 100 days of paid work. Main objective of this project is to manage employments offered through this scheme.
- Host: GitHub
- URL: https://github.com/github2k10/mgnrega
- Owner: Github2k10
- Created: 2023-02-21T05:45:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-11T14:09:17.000Z (over 1 year ago)
- Last Synced: 2024-04-14T06:06:18.767Z (7 months ago)
- Topics: java, jdbc, mysql
- Language: Java
- Homepage: https://drive.google.com/file/d/1gyFTjA3JjqB5lJhBARdo5ZGOam9TumyR/view?usp=sharing
- Size: 2.73 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MGNREGA
The MGNREGA was initiated with the objective of “enhancing livelihood security in rural areas by providing at least 100 days of guaranteed wage employment in a financial year, to every household whose adult members volunteer to do unskilled manual work”.
>
> a. Block Development Officer (BDO)
>
> b. Gram Panchayat member (GPM)
>
> A project is created by BDO,which is assigned to corresponding Gram panchayat Members. Gram Panchayat member has acccess to assign to Employees to Complete the Project.> The MGNREGA is an java application designed to provide BDO and Gram Panchayat Member (GPM) of Block Office with a personalized easy-to-utilize user experience for creating, assigning and managing the project and employee . It stores GPM, Employee and project's data records, project assignments, wage/day, Total receivable amount till current date , and other information.
>
>It is Console based Project.
>
>Built application within four days.
# ER Diagram :-
# Flow Chart :-
# Pictures :-
# Tech Stack :-
- Java
- MySQL
- JDBC
# Features :-
- BDO and GPM can login and logout.
- BDO can create Project and GPM and provide their detail.
- BDO can see the List of Project, GPM amd Employee's along with all the detail.
- BDO can assign project to GPM amd GPM can assign to Employee.
- GPM can see the list of Employee and Amount receivable till date according to daily wage.
- GPM can only assingn only those project which are assign to them by BDO.
- GPM can only assingn project to Employee.
- Many more ..