/nest-crud

a simple NestJS CRUD

Primary LanguageTypeScript

Description

Nest framework TypeScript starter repository.

Project setup

$ pnpm install

Compile and run the project

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

How to use

  • 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