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

https://github.com/mulx10/sela

Sela - A Todo App using Hasura GraphQL Engine
https://github.com/mulx10/sela

apollo auth0 graphql react

Last synced: 2 months ago
JSON representation

Sela - A Todo App using Hasura GraphQL Engine

Awesome Lists containing this project

README

        

# Sela - A ToDo App

### Live Demo at [Link](https://sela.herokuapp.com/home)

```
$ git clone https://github.com/MuLx10/sela.git
$ cd sela
$ npm install
```

### Edit the [auth-variables.js](https://github.com/MuLx10/sela/blob/auth0/src/auth/auth0-variables.js)
```
export const AUTH_CONFIG = {
domain: 'YOUR_DOMAIN',
clientId: 'YOUR_CLIENT_ID',
callbackUrl: 'YOUR_CALLBACK_URL'
}
```

### To run the app
`$ npm start`

Point your browser to
http://localhost:3000/