Appwrite (Video)
Author: Richie BotteriIntro & Index
This video Demo is about setting up and implementing some of Appwrites Auth and Database features in a local project. When you click on the video you will see the following chapters that you can navigate to:
- 0:00 Intro to Appwrite
- 1:55 Learning outcome
- 3:48 Installing Appwrite Server
- 6:19 Creating a Project on Appwrite server
- 8:37 Setting up a Local Project in VScode
- 11:46 Bundlers & Vanilla JS
- 14:31 Adding Appwrite Classes
- 18:04 Creating Register Feature
- 26:32 Creating Login Feature
- 29:48 Creating Logout Feature
- 34:59 Get and Display Account Data
- 39:13 Creating Document Attributes
- 43:25 Creating a Document
- 51:00 Displaying a List of Documents
- 57:48 Deleting a Document
- 1:01:30 Updating a Document
- 1:09:37 Sources