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

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

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)

react app