Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 907 Bytes

README.md

File metadata and controls

45 lines (33 loc) · 907 Bytes

Keep Graph

Keep Graph is a open source clone of Google Keep. It's built on top of React and GraphQL.

Alt text

The current backend is hosted on GraphCool

Getting Started

1. Clone the project

git clone https://github.com/kadukeitor/keep-graph.git

2. Move to the project

cd keep-graph

3. Install the dependencies

npm install

4. Create the configuration file

cp .env.example .env

4.1. Current configuration

REACT_APP_GRAPHQL_ENDPOINT_SIMPLE=https://api.graph.cool/simple/v1/keep-graph
REACT_APP_GRAPHQL_ENDPOINT_SUBSCRIPTIONS=wss://subscriptions.us-west-2.graph.cool/v1/keep-graph

5. Run the project

npm start

Demo

Check the demo here