Skip to content

jinia101/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

Backend for SHG Project under NIC Agartala

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 96.6%
  • JavaScript 2.5%
  • Dockerfile 0.9%