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
- Host: GitHub
- URL: https://github.com/ref-bit/graph-books
- Owner: Ref-Bit
- Created: 2020-06-02T21:34:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T23:30:45.000Z (about 3 years ago)
- Last Synced: 2025-01-18T04:29:10.712Z (12 months ago)
- Topics: graphql, react
- Language: JavaScript
- Size: 572 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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.