Set Up a Local Development Environment
Explore how to configure your local development environment to build and run NestJS applications. This lesson guides you through installing essential tools like NodeJS, the NestJS CLI, Docker, MySQL Workbench, and the AWS CLI, enabling you to develop and test APIs locally with confidence.
We'll cover the following...
We'll cover the following...
While examples in this course are accessible without local installations, this appendix provides a guide on setting up the local development machine. If required, follow the steps outlined here to set up the local development environment to run the NestJS application.
Install NodeJS and npm
NextJS runs on NodeJS. To get started, download and install the ...