This project is bootstraped with NestJS a progressive Node.js framework for building efficient, reliable and scalable server-side applications.
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
npx prisma migrate dev --name add ADD_COMMENT_HERE
npm run db:migrate
npm run db:show
openssl genrsa -out access.tkn.private.pem 4096
openssl rsa -in access.tkn.private.pem -pubout -out access.tkn.public.pem
openssl genrsa -out refresh.tkn.private.pem 4096
openssl rsa -in refresh.tkn.private.pem -pubout -out refresh.tkn.public.pem