Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
akimmig 0d6ecc64f9 abstract class Service added 4 лет назад
..
src abstract class Service added 4 лет назад
test Server-Init 4 лет назад
.eslintrc.js Server-Init 4 лет назад
.gitignore DB, Client, Init, GraphQL-Init 4 лет назад
.prettierrc Server-Init 4 лет назад
README.md Server-Init 4 лет назад
nest-cli.json Server-Init 4 лет назад
package-lock.json DB, Client, Init, GraphQL-Init 4 лет назад
package.json DB, Client, Init, GraphQL-Init 4 лет назад
schema.gql abstract class Service added 4 лет назад
tsconfig.build.json Server-Init 4 лет назад
tsconfig.json Server-Init 4 лет назад

README.md

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you’d like to join them, please read more here.

Stay in touch

License