* Remove unused models
* add new props into Player model
* Added props to Guild
* Setting guild type as a foreign-key reference
* Use foreign table for skills
* Seed data
* prettier
This will automatically restart the backend server in docker anytime there are changes to the original
source files instead of copying over when running in dev mode. In production, it will still do the
normal copy/build.
* Hasura and base models
* Added role public SELECT permissions
* Added role player UPDATE permissions
* basic backend api
* Added SELECT permissions for player
* Update backend to typescript
* init app-react
* Add apollo
* graphql-codegen not working well...
* Added web3 to web app
* connecting frontend with web3
* Auth webhook verifies eth signature
* Update frontend to fetch player_id