Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yasu-s/nestjs-sample
NestJS Sample
https://github.com/yasu-s/nestjs-sample
github-actions graphql jest nestjs swagger typescript
Last synced: about 1 month ago
JSON representation
NestJS Sample
- Host: GitHub
- URL: https://github.com/yasu-s/nestjs-sample
- Owner: yasu-s
- License: mit
- Created: 2019-04-27T05:43:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T00:03:25.000Z (over 1 year ago)
- Last Synced: 2024-10-29T22:08:24.696Z (3 months ago)
- Topics: github-actions, graphql, jest, nestjs, swagger, typescript
- Language: TypeScript
- Size: 2.81 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![CI](https://github.com/yasu-s/nestjs-sample/workflows/CI/badge.svg?branch=master)
## Description
## Installation
```bash
yarn
```## Running the app
```bash
# development
yarn start# watch mode
yarn start:dev# production mode
yarn start:prod
```### Debug URL
- Swagger - http://localhost:3000/api/
- Graphql - http://localhost:3000/graphql## Test
```bash
# unit tests
yarn test# test coverage
yarn test:cov
```## Documents
```bash
yarn compodoc
```