Go to file
2024-12-13 18:00:55 +01:00
prisma refactor: remove providerId from User 2024-12-13 13:32:12 +01:00
src refactor: Update ping response message format to include the current date and time in French locale 2024-12-13 18:00:55 +01:00
.dockerignore feat: Add Docker configuration files 2024-12-02 14:37:58 +01:00
.env.example refactor: Update AUTH_USERNAME_FIELD in .env.example 2024-12-13 13:36:15 +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 ref: format prettier 2024-12-06 01:15:40 +01:00
docker-compose.yml feat: Add Docker configuration files 2024-12-02 14:37:58 +01:00
Dockerfile refactor: Update Node.js base image in Dockerfile 2024-12-10 14:41:30 +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 feat: remove unused packages, config 2024-12-12 22:06:35 +01:00
README.md chore: init nest 2024-11-23 01:37:22 +01:00
tsconfig.build.json ref: use nestjs-prisma for error handling 2024-12-03 17:35:11 +01:00
tsconfig.json feat: implement oauth2 2024-12-06 01:00:32 +01:00
yarn.lock feat: remove unused packages, config 2024-12-12 22:06:35 +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