Open Source Instead of Outsource your Database
🎬 Getting Started
🤘 Install Appwrite
Follow our simple Installation Guide to get Appwrite up and running in no time. You can either deploy Appwrite on your local machine or, on any cloud provider of your choice.
Note: If you setup Appwrite on your local machine, you will need to create a public IP so that your hosted frontend can access it.
We need to make a few configuration changes to your Appwrite server.
-
Create a new project named todos in the Appwrite Console.
-
Add a new Web App in Appwrite and enter the endpoint of your website (
localhost, <project-name>.vercel.app etc
) -
Create a new collection named todos with the following properties
- Attributes
Add the following attributes to the collection.
Make sure that your Attribute ID exactly matches the key in the images
- Permissions
Add the following permissions to your collections. These permissions ensure that only registered users can access the collection.
Install
yarn
Development
From your terminal:
npm run dev