Skip to content

paulsouche/devoxx-cfp-api

Repository files navigation

Devoxx CFP API

License: MIT

This is the repository of a nestjs API presented during Devoxx France 2020

Build the app

$ yarn build

Run the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# debug
$ yarn start:debug

# production mode
$ yarn build
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ npm run test:e2e

# test coverage
$ yarn test:coverage

Lint

# lint
$ yarn lint

Format

# Format
$ yarn format

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published