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

https://github.com/mhashim6/cleans_graphql_server


https://github.com/mhashim6/cleans_graphql_server

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

## Instructions

### Setup
- Install [Node](https://nodejs.org/en)
- Run
```bash
./setup.sh
```

### Start GraphQL Server
#### Run
```bash
./serve.sh
```

### Inspect GraphQL Playground
#### Visit
```
http://localhost:3000
```