Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 753 Bytes

README.md

File metadata and controls

52 lines (36 loc) · 753 Bytes

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.