There to run this repo in local this should add the db of your postgres local with userName and password in app.module.ts
all the API's are present in Postman https://www.postman.com/axlegaming/workspace/buidl-assignment/collection/28898766-6aad9d0b-7968-4647-adc0-85c61e39ad87?action=share&creator=28898766
A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
$ 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
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.