/g_auth_test

Primary LanguageTypeScript

Nestjs + Prisma ORM + Google OAUTH

Testing nestjs with prisma orm library and google oauth
install:
yarn 

run everything with docker:

docker-compose up

run with vscode debug
  • on terminal
 docker-compose up -f debug


  • on vscode debug tab choose "Run Script: start:debug"