https://github.com/angelfire/restapi-graphql-react
Wrap a REST API in GraphQL and display data in a React App
https://github.com/angelfire/restapi-graphql-react
graphql react rest-api
Last synced: 2 months ago
JSON representation
Wrap a REST API in GraphQL and display data in a React App
- Host: GitHub
- URL: https://github.com/angelfire/restapi-graphql-react
- Owner: Angelfire
- Created: 2018-12-04T23:55:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T20:17:08.000Z (over 7 years ago)
- Last Synced: 2025-01-25T19:42:10.181Z (over 1 year ago)
- Topics: graphql, react, rest-api
- Language: JavaScript
- Size: 252 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REST API - GraphQL - React
This was an exercise that I did in 3 steps:
- Create a REST API using ExpressJS (rest-api folder)
- Wrap the previous API in GraphQL (graphql-api folder)
- Diplay info obtained from REST API and GraphQL (react-app folder)