This project (1) is featured on builtwith.appwrite.io, but the essential part is missing - how to set up the AppWrite backend.
How can new AppWrite users, like myself, discover the steps to set up the AppWrite backend?
(1) https://builtwith.appwrite.io/projects/64884c016ccd3bc00fc7/
Projects shown there are not controlled by the Appwrite team, and even some of them are closed source so due to that, some could not give specific steps on how to set it to work in your case
However I will try to help you on setting it.
First, you will need to create a project in console. After that, you need to change the endpoint to appwrite cloud or your self-hosted endpoint. In the case of cloud it will be https://cloud.appwrite.io/v1
You need to set the endpoint here: https://github.com/KORLA2/social-media-app/blob/0f05ecf0a47b03e932efcc2d2922ff6c98c3c552/redux/src/scenes/Appwrite/Appwrite.js#L3
In the same line you will need to set your project ID, you can get it from console in the main section
Oh, wait, it uses GraphQL and the SDK?
Sincerely seems a project a bit confusing, I recommend starting with other projects 😅
Thanks for your feedback!
Thanks to you. Let's see if someone can help you on setting it anyways. I'm not very expert with react/redux so probably someone else could give you better guidance than me hehehe
Recommended threads
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...
- Custom Domains
Hi All, Should be a quick config issue. I'm setting up custom domains on the hosted version. I have verified the domain with the CNAME but appwrite isn't gene...