This is an API that allows management of real estate properties. It is built using NestJS, a progressive Node.js framework. The API is designed to be efficient and scalable for server-side applications.
$ yarn install
# development
$ yarn start:dev
# watch mode
$ yarn start:watch
# production mode
$ yarn start:prod
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
- The API documentation can be found at Local
- The API documentation can be found at Production