An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# GraphQL Hello World

This template provides a basic GraphQL API and unit testing.

## Example

![image of graphql playground](graphql-playground.png)

## 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
```