Preparing environment # Install dependencies yarn # Generate prisma client lib npx prisma generate Testing # Run jest npx jest Building # Build with nest npx nest build Runnning the application # Run the application with node node dist/main