Go to file
2024-12-02 16:57:20 +01:00
prisma refactor: Update Prisma schema to include createdAt field in User and RoomMessage models 2024-12-02 14:38:01 +01:00
src refactor: Update JWTStrategy to extend PassportStrategy with "jwt" name 2024-12-02 16:57:20 +01:00
.dockerignore feat: Add Docker configuration files 2024-12-02 14:37:58 +01:00
.env.example feat: add ConfigService with Env validator 2024-12-02 13:57:47 +01:00
.eslintrc.js chore: init nest 2024-11-23 01:37:22 +01:00
.gitignore chore: learn graphql 2024-11-25 13:17:49 +01:00
.prettierrc chore: init nest 2024-11-23 01:37:22 +01:00
docker-compose.yml feat: Add Docker configuration files 2024-12-02 14:37:58 +01:00
Dockerfile feat: Add Docker configuration files 2024-12-02 14:37:58 +01:00
LICENSE chore: Add Apache License to the repository 2024-11-26 18:32:42 +01:00
nest-cli.json chore: update nest-cli.json 2024-11-25 22:09:21 +01:00
package.json ref: format with prettier 2024-12-02 16:55:44 +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 feat: add ConfigService with Env validator 2024-12-02 13:57:47 +01:00
yarn.lock feat: add swagger 2024-12-02 15:25:36 +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