Skip to content

Brints/nestjs-brints-group-estate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real Estate API

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.

Installation

$ yarn install

Running the app

# development
$ yarn start:dev

# watch mode
$ yarn start:watch

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

Swagger Documentation

  • The API documentation can be found at Local
  • The API documentation can be found at Production