Skip to content

PSMRI/beneficiary-backend

Repository files navigation

UBI Beneficiary Backend (beneficiary-backend)

Description

Backend for Reference Beneficiary App

Project setup

$ npm install

Compile and run the project

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Run tests

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Deployment

Resources

Check out a few resources that may come in handy when working with NestJS:

  • Visit the NestJS Documentation to learn more about the framework.
  • For questions and support, please visit our Discord channel.
  • To dive deeper and get more hands-on experience, check out our official video courses.
  • Deploy your application to AWS with the help of NestJS Mau in just a few clicks.
  • Visualize your application graph and interact with the NestJS application in real-time using NestJS Devtools.
  • Need help with your project (part-time to full-time)? Check out our official enterprise support.
  • To stay in the loop and get updates, follow us on X and LinkedIn.
  • Looking for a job, or have a job to offer? Check out our official Jobs board.

Development Guidelines

License

Nest is MIT licensed.

🐕 Husky Git Hooks Setup Guide

Manual Setup

# Install Husky hooks
npm run install && npm run prepare

# Set Git hooks path (required for Husky to work)
git config core.hooksPath .husky/_

# Verify hooks are executable
chmod +x .husky/pre-commit
chmod +x .husky/commit-msg

# Check Git configuration
git config core.hooksPath
# Should output: .husky/_

About

Backend for Reference Beneficiary App

Resources

Stars

Watchers

Forks

Contributors 14

Languages