Go to file
2024-11-24 02:34:20 +01:00
src feat: add auth using jwt 2024-11-24 02:34:20 +01:00
.env.example feat: add auth using jwt 2024-11-24 02:34:20 +01:00
.eslintrc.js chore: init nest 2024-11-23 01:37:22 +01:00
.gitignore chore: init nest 2024-11-23 01:37:22 +01:00
.prettierrc chore: init nest 2024-11-23 01:37:22 +01:00
nest-cli.json chore: init nest 2024-11-23 01:37:22 +01:00
package.json feat: add auth using jwt 2024-11-24 02:34:20 +01:00
README.md chore: init nest 2024-11-23 01:37:22 +01:00
tsconfig.build.json chore: init nest 2024-11-23 01:37:22 +01:00
tsconfig.json chore: init nest 2024-11-23 01:37:22 +01:00
yarn.lock feat: add auth using jwt 2024-11-24 02:34:20 +01:00

Project setup

$ yarn install

Compile and run the project

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod