Skip to content

mtfuller/nest-digitalocean-app

Repository files navigation

nest-digitalocean-app

A sample Nest service that can be deployed on the DigitalOcean App Platform.

⚠️ Not Production Ready: This is a sample application that does NOT include any auth features and is NOT intended for Production use.

What is Nest?

Nest Logo

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.

Getting Started

Installation

$ npm install

Running the app locally

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Testing

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Deploy the App

The easiest way to deploy this app and try it out is to click this button.

Deploy to DO

⚠️ Note: Clicking this button may result in billing charges for using DigitalOcean services.

About

Example Nest.js API using the DigitalOcean App Platform to deploy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published