A sample Nest service that can be deployed on the DigitalOcean App Platform.
Nest is a robust API framework that includes a number of tools and features right out of the box. It allows you to quickly bootstrap a robust, production-ready API service.
$ npm install
# 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
The easiest way to deploy this app and try it out is to click this button.