https://github.com/bv7dev/graphql-api-template
This template provides a basic GraphQL API and unit testing.
https://github.com/bv7dev/graphql-api-template
graphql graphql-api template typegraphql-typeorm typescript unit-testing
Last synced: 8 months ago
JSON representation
This template provides a basic GraphQL API and unit testing.
- Host: GitHub
- URL: https://github.com/bv7dev/graphql-api-template
- Owner: bv7dev
- Created: 2021-06-17T00:16:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-17T01:14:23.000Z (over 4 years ago)
- Last Synced: 2025-01-10T23:27:55.575Z (9 months ago)
- Topics: graphql, graphql-api, template, typegraphql-typeorm, typescript, unit-testing
- Language: TypeScript
- Homepage:
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# GraphQL Hello World
This template provides a basic GraphQL API and unit testing.
## Example

## Getting started
### 1. install dependencies
```
cd graphql-api-template
npm install
```### 2. Run unit tests
```
npm run test
```### 3. Launch the GraphQL Playground
```
npm run dev
```