Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beeman/template-nestjs
๐งข Opinionated starter template for Nest.js with GraphQL.
https://github.com/beeman/template-nestjs
graphql kikstart kikstart-template nest nestjs nestjs-graphql node typescript
Last synced: 19 days ago
JSON representation
๐งข Opinionated starter template for Nest.js with GraphQL.
- Host: GitHub
- URL: https://github.com/beeman/template-nestjs
- Owner: beeman
- Created: 2019-11-20T04:34:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T06:29:21.000Z (over 3 years ago)
- Last Synced: 2024-10-12T01:29:59.781Z (about 1 month ago)
- Topics: graphql, kikstart, kikstart-template, nest, nestjs, nestjs-graphql, node, typescript
- Language: TypeScript
- Homepage: https://github.com/beeman/template-nestjs
- Size: 909 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](title.svg)
## Description
Opinionated starter template for [Nest.js](https://github.com/nestjs/nest) with GraphQL.
## Installation
```bash
$ yarn install
$ cp .env.example .env
$ yarn build
```## Running the app
```bash
# development
$ yarn start# watch mode
$ yarn start:dev# production mode
$ yarn start:prod
```## Test
```bash
# unit tests
$ yarn test# e2e tests
$ yarn test:e2e# test coverage
$ yarn test:cov
```## Credits
Based on the [Nest.js TypeScript Starter](https://github.com/nestjs/typescript-starter)
## MIT License