Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 

README.md

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

About

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

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.