An URL-Shortener API app using NestJS that is a framework based on typescript
yarn install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
circleci local execute build-and-test
ssh -i /path/to/id_rsa [email protected]
ssh -i ~/.ssh/id_ed25519_kanelv -p 64535 34.227.75.120
npm run migration:generate src/core/database/migrations/init
https://dev.to/prisma/set-up-a-free-postgresql-database-on-supabase-to-use-with-prisma-3pk6
- Author - Cuong Le