Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.32 KB

File metadata and controls

25 lines (16 loc) · 1.32 KB

Deploy NestJS on Seenode in seconds

This is a repo for deploying a minimal but production-ready NestJS application for deployment on Seenode.

This example demonstrates how to deploy a simple NestJS app.

Deploy in minutes

View our guide on deploying NestJS apps on seenode in seconds.

How to Deploy on Seenode

  1. Connect Your Repository: Go to the Seenode dashboard, select New Web Service, and choose this Git repository.
  2. Confirm Settings: Seenode will detect the Node.js environment and suggest the correct commands.
    • Build Command: npm i && npm run build
    • Start Command: npm run start:prod
  3. Deploy: Click Create Web Service.

That's it! Your NestJS app will be deployed and available at a public URL.

Key Features on Seenode

  • Production-Ready: By using the production start command, you are running an optimized build of your application.
  • Port Binding: This example is configured to listen on port 3000 (NestJS default). Set the Port field in the Seenode dashboard to 3000 to match.
  • Seamless Scaling: Scale your service horizontally or vertically with a few clicks from the Seenode dashboard as your traffic grows.