https://github.com/zyhou/heroes-hasura-react
Tour of Heroes app written with React and Hasura
https://github.com/zyhou/heroes-hasura-react
graphql hasura heroes-tutorial postgresql react
Last synced: 2 months ago
JSON representation
Tour of Heroes app written with React and Hasura
- Host: GitHub
- URL: https://github.com/zyhou/heroes-hasura-react
- Owner: zyhou
- Created: 2018-12-04T16:27:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T16:00:30.000Z (over 7 years ago)
- Last Synced: 2025-05-14T05:25:01.448Z (about 1 year ago)
- Topics: graphql, hasura, heroes-tutorial, postgresql, react
- Language: JavaScript
- Homepage:
- Size: 402 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Tour of Heroes
Tour of Heroes app written with React and [Hasura](https://hasura.io/)

```
make install
make start
make migration-apply
make metadata-apply
```
Hasura admin console [http://localhost:8080/console](http://localhost:8080/console)
Front-end web site [http://localhost:3000](http://localhost:3000)