nestjs-api-tutorial icon indicating copy to clipboard operation
nestjs-api-tutorial copied to clipboard

NestJs REST API tutorial for FreeCodeCamp

NestJs REST API tutorial for FreeCodeCamp

Run the API in development mode

yarn // install
yarn db:dev:restart // start postgres in docker and push migrations
yarn start:dev // start api in dev mode