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

https://github.com/andrei-r1/graphql-first-api

Final Version - Horrible experience trying to use express-graphql, next time ill use Apollo, this API doesnt use a database because I used it to introduce myself to graphql
https://github.com/andrei-r1/graphql-first-api

graphql js

Last synced: 2 months ago
JSON representation

Final Version - Horrible experience trying to use express-graphql, next time ill use Apollo, this API doesnt use a database because I used it to introduce myself to graphql

Awesome Lists containing this project

README

          

Required commands to execute the repository

```
npm install
```

```
npm start
```

This repository is my first attemp of a GraphQL API