Backend for Reference Beneficiary App
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
- deployment documentation for more information.
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.
- Cursor AI Rules Guide - Comprehensive guide for using Cursor AI rules effectively in this project
Nest is MIT licensed.
# 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/_