Skip to content

The SHG Backend is a RESTful API service built using Node.js, TypeScript, and TypeORM, designed to manage Self Help Groups (SHGs), their members, meetings, and financial activities such as savings, loans, and repayments. It supports scalable CRUD operations with secure authentication and structured database design.

License

Notifications You must be signed in to change notification settings

arijitdn/shg-backend

Repository files navigation

📦 SHG Backend – API for Self Help Group Management

The SHG Backend is a RESTful API service built using Node.js, TypeScript, and TypeORM, designed to manage Self Help Groups (SHGs), their members, meetings, and financial activities such as savings, loans, and repayments. It supports scalable CRUD operations with secure authentication and structured database design.

Project Setup

We are mainly using pnpm for this project, make sure to install pnpm using the following command:

  npm install -g pnpm

Clone the repository:

  git clone https://github.com/arijitdn/shg-backend.git

Setup the project:

  cd shg-backend
  pnpm install
  cp .env.example .env

Make sure to fill all the values in .env file, then run the project in development mode:

  pnpm start:dev

About

The SHG Backend is a RESTful API service built using Node.js, TypeScript, and TypeORM, designed to manage Self Help Groups (SHGs), their members, meetings, and financial activities such as savings, loans, and repayments. It supports scalable CRUD operations with secure authentication and structured database design.

Resources

License

Stars

Watchers

Forks

Contributors 5