Skip to content

Latest commit

 

History

History
66 lines (51 loc) · 1.95 KB

README.md

File metadata and controls

66 lines (51 loc) · 1.95 KB

Mahatma Gandhi National Rural Employment Guarantee (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. BDO (Block Development Officer)

b. Gram Panchayat member

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.

MGNREGA is a java application that helps BDO and GPM in managing projects and workers related details. It provides an easy-to-use interface for creating, assigning, and managing data. It stores various types of data, including GPM, worker, and project records, wage per day information, and total receivable amounts.

- It is Console based Project.

- An individual project built in 4 days.


Features

BDO

  • Login
  • Create a project
  • View List of Projects
  • Add gram panchayat member
  • View all the GPM
  • Allocate a project to a GPM
  • View all worker
  • View all worker by GPM ID
  • View all worker by Project ID

GPM

  • Login
  • Add new worker
  • View all the worker of the GPM
  • View the details of workers using aadhaar_number
  • Assign Project to worker
  • View worker name & the total number of days a worker worked on a project
  • View worker name & total wages paid to him
  • Delete the worker

Overview of My work

ER Diagram

Flow Chart

Tech Stack

  • Java
  • MySQL
  • JDBC
  • Git & GitHub