Template para projetos Nodejs com Typescript Installation $ yarn $ yarn prisma migrate deploy $ yarn prisma generate Running the app # development $ yarn dev Test # integration tests $ yarn test # test coverage $ yarn test:cov