
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
- Implement sorting (by $createdAt) while ...
??
- Global Variables
I'm building a Azure DevOps Pipeline Task to deploy my functions to Appwrite using REST APIs. How can I set project global variables via REST? This endpoint do...
- Function Event wildcards caused infinite...
Hi guys <@&1319717958645452800> I created a function to be triggered everytime an item is added or checked state changed in items collection it update the li...
