A progressive Node.js framework for building efficient and scalable server-side applications.
A dockerized Nest REST API application to manage property rent.
URB lets you create propertyes, tenant and manage rents. URB uses crons to notify users of the latest rent invoice and events to dispatch all operations related to a creation of the invoice.
- Phone-book like function to let users store useful contact info of service providers like electricians and plumbers
- Let users store property service providers account holder info. Ex: Power Service Provider Account - Holder name, Holder Identification
- Expenses Report tied to the property with the possibility to add or subtract the expense value from the monthly installment
- With the Expense Report the invoice notification could have the list of itens added or removed from the monthly installment
$ yarn install
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn 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.