1.0.0 • Published 4 years ago

@aifedespaix/fdp-api v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Running; the; app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod
```;

## Test

```bash
# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov
```;

## Nest

```bash
$ yarn nest g mo [module]
$ yarn nest g c [module]/[composant]
class (alias: cl)
controller (alias: co)
decorator (alias: d)
filter (alias: f)
gateway (alias: ga)
guard (alias: gu)
interface (alias: -)
interceptor (alias: in)
library (alias: lib)
middleware (alias: mi)
module (alias: mo)
pipe (alias: pi)
provider (alias: pr)
resolver (alias: r)
service (alias: s)
```;

## Generate

$ yarn graphql get-schema --project database $ yarn graphql codegen --project database

## Prisma

$ yarn prisma deploy