An API built for the Just GO App to serve directions, place information, and geocoding.
Depending on the deployment the requirements will be different
- AWS Lambda Deployment
- Install the Serverless CLI
- Install Node 14.17.3
- Heroku Deployment
- Install Node LTS
$ npm install
$ npm install mongoose @nestjs/mongoose
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov