Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.36 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.36 KB

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.