Nest framework TypeScript starter repository.
$ pnpm install
# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod
- make a
.env.file
in the root directory and add the following variables:
SECRET_KEY="my_secret_key"
- run the project using the command
pnpm run start:dev
- open the browser and navigate to
http://localhost:3000/api
to see the swagger documentation