Apartment Scrapper is a service to scan apartments to rent or buy. (If you need the frontend side, please check it here)
$ yarn install
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
- Author - Nuno Morais