Application deployed in heroku and can be accessible here. https://limehome-booking.herokuapp.com/
Framework : NestJS
API Doc : Swagger
DB : Atlas MongoDB
Hotels : Google Places API
Testing : Jest
Deployment: Heroku
$ 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
# Need to configure google api key .env file
$ yarn run test:e2e