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.
We are mainly using pnpm for this project, make sure to install pnpm using the following command:
npm install -g pnpmClone the repository:
git clone https://github.com/arijitdn/shg-backend.gitSetup the project:
cd shg-backend
pnpm install
cp .env.example .envMake sure to fill all the values in .env file, then run the project in development mode:
pnpm start:dev