Skip to content

krutilins/nestjs-edgedb-pnpm

Repository files navigation

Description

Nest framework TypeScript starter repository. EdgeDB open-source database designed as a spiritual successor to SQL and the relational paradigm.

Installation

$ pnpm install

Running the db

# database init
edgedb project init
# generate interfaces
pnpm generate:edgeql

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

Stay in touch

License

MIT licensed.

About

edgedb, nestjs, graphql, pnpm template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published