TejasQ / bookoid

An open source library management solution.
https://bookoid.netlify.app/
MIT License
29 stars 15 forks source link

Backend #3

Closed TejasQ closed 3 years ago

TejasQ commented 3 years ago

I'd like to use Hasura cloud for the backend because it supports auth and gives us GraphQL on Postgres out of the box. Let's set this up.

pavanmehta91 commented 3 years ago

Would you use a graphql client with this then? Like apollo/relay or uqrl etc?

TejasQ commented 3 years ago

I’ve never used Relay or Urql so it would be cool for me to learn those. We could also try swr.

I have no opinion on what we use.

You choose!

TejasQ commented 3 years ago

Closing because this is now done in https://github.com/TejasQ/bookoid/issues/7#issuecomment-696660210. Let's open a separate issue for client-side GraphQL integration.