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

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

Awesome Lists containing this project

README

          

## Tour of Heroes

Tour of Heroes app written with React and [Hasura](https://hasura.io/)

![Tour of heroes](https://raw.githubusercontent.com/zyhou/heroes-hasura-react/master/doc/tourofheroes.gif)

```
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)