NestJS is a framework which aims to simplify server-side development. It provides a consistent and abstract interface on top of the usual tools such as express. We’ll be using NestJS to create a basic web server, and using Docker to containerise the application. In just a few steps we’ve been able to Dockerise a simple NestJS app.

3m read timeFrom towardsdev.com
Post cover image
Table of contents
NestJS App in DockerCreating the ProjectCreating the DockerfileCreating a docker-compose fileSummary

Sort: