Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 406 Bytes

getting_started.md

File metadata and controls

17 lines (11 loc) · 406 Bytes

Getting started

1. Install NestJS CLI as a global dependency

npm i -g @nestjs/cli

2. Create a new NestJS project

nest new project-name --strict

3. Add support for Swagger

For now, we recommend following along with NestJS' official documentation. We will revisit this later to take multiple environments into account.