vinkaga / nestjs-fastify-example

NestJS Fastify Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Nest framework TypeScript Fastify 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

About

NestJS Fastify Example

License:The Unlicense


Languages

Language:TypeScript 79.7%Language:JavaScript 20.3%