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
- Host: GitHub
- URL: https://github.com/andrei-r1/graphql-first-api
- Owner: Andrei-R1
- Created: 2022-08-16T03:23:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T02:15:56.000Z (over 3 years ago)
- Last Synced: 2025-03-16T21:35:45.720Z (over 1 year ago)
- Topics: graphql, js
- Language: JavaScript
- Homepage:
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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