Hey! So i am new to Appwrite. I was following this basic demo example for integrating between Appwrite and ReactJs(https://github.com/appwrite/demo-todo-with-react). I added a new Web App and entered the endpoint as localhost. I am not able to understand how to make a collection with properties like attributes and permissions.
That repos uses an out-dated version of Appwrite follow this tutorial to get hold and some Appwrite database basics
You don't neet to watch the whole video - it best if you want - but few minutes from the timestamp in that link.
Recommended threads
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...