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

https://github.com/sshyam-gupta/todo-graphql

React GraphQL for TODO app
https://github.com/sshyam-gupta/todo-graphql

apollo-client graphql-client graphql-express-nodejs graphql-server react

Last synced: about 2 months ago
JSON representation

React GraphQL for TODO app

Awesome Lists containing this project

README

          

# TODO app with React & GraphQL Server

## Requirements

You will need [Node.js](https://nodejs.org/en/download/) and [yarn](https://yarnpkg.com/lang/en/docs/install) installed on your environment.

---

### INSTALL Client and Server

$ git clone https://github.com/sshyam-gupta/TODO-GraphQL.git

$ cd TODO-GraphQL
$ cd client && yarn install
$ cd server && yarn install

### START Client and Server

$ cd client && yarn start
$ cd server && yarn start

---

### Demo

[Client](https://react-todo-graphql.surge.sh)

[Server](https://react-graphql-express.herokuapp.com/)