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.
View our guide on deploying NestJS apps on seenode in seconds.
- Connect Your Repository: Go to the Seenode dashboard, select New Web Service, and choose this Git repository.
- Confirm Settings: Seenode will detect the Node.js environment and suggest the correct commands.
- Build Command:
npm i && run build
- Start Command:
npm run start:prod
- Build Command:
- Deploy: Click Create Web Service.
That's it! Your NestJS app will be deployed and available at a public URL.
- 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 80. Ensure your application code binds to this port.
- Seamless Scaling: Scale your service horizontally or vertically with a few clicks from the Seenode dashboard as your traffic grows.