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
- Host: GitHub
- URL: https://github.com/mulx10/sela
- Owner: MuLx10
- Created: 2018-09-29T12:59:03.000Z (over 6 years ago)
- Default Branch: auth0
- Last Pushed: 2019-02-14T07:40:16.000Z (about 6 years ago)
- Last Synced: 2024-12-30T13:10:31.663Z (4 months ago)
- Topics: apollo, auth0, graphql, react
- Language: JavaScript
- Homepage: https://sela.herokuapp.com/home
- Size: 457 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/