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
- Docker Compose MongoDB Setup
everythings work fine but the mongodb fails on startup everytime. log: ``` Generating random MongoDB keyfile... /bin/bash: line 9: : No such file or directory ...
- Auth broken after update from 1.8.0 to 1...
So ive been having issues creating, deleting or updating users on my appwrite instance after i updated from 1.8.0 to version 1.9.0. When trying to create a user...
- User Blocked - False Positive
Today I tried to log in to my cloud console and it said the user is blocked and I didn't even receive any email regarding this like what kind of violation is my...