Nest framework TypeScript starter repository. EdgeDB open-source database designed as a spiritual successor to SQL and the relational paradigm.
$ pnpm install
# database init
edgedb project init
# generate interfaces
pnpm generate:edgeql
# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod
# unit tests
$ pnpm run test
# e2e tests
$ pnpm run test:e2e
# test coverage
$ pnpm run test:cov
- Author - Krutilin Sergey