Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 830 Bytes

File metadata and controls

31 lines (21 loc) · 830 Bytes

📦 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