https://github.com/codebanesr/nest-fastify
Nestjs fastify, openapi
https://github.com/codebanesr/nest-fastify
Last synced: 2 months ago
JSON representation
Nestjs fastify, openapi
- Host: GitHub
- URL: https://github.com/codebanesr/nest-fastify
- Owner: codebanesr
- Created: 2021-08-18T09:49:54.000Z (over 4 years ago)
- Default Branch: boilerplate
- Last Pushed: 2021-08-18T09:59:53.000Z (over 4 years ago)
- Last Synced: 2025-01-20T11:29:12.654Z (about 1 year ago)
- Language: TypeScript
- Size: 108 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest
A progressive Node.js framework for building efficient and scalable server-side applications.
## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter template.
## Installation
```bash
$ npm install
```
## Running the app
```bash
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
```
## Test
```bash
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
```