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

https://github.com/ref-bit/graph-books

A simple web app to list book an authors with GraphQL
https://github.com/ref-bit/graph-books

graphql react

Last synced: 15 days ago
JSON representation

A simple web app to list book an authors with GraphQL

Awesome Lists containing this project

README

          

## Graph Book 📚
A web app to show books and authors with GraphQL.

***

#### Built With

- [React.js](https://reactjs.org) - A JavaScript library for building user interfaces.
- [GraphQL](https://graphql.org/) - A query language for your API.

#### Getting Started

- Run `cd client` to enter client folder.
- Run `npm install && npm run start` to run the client-side.
- Run `cd server` to enter client folder.
- Run `npm install && npm run start` to run the server-side.