Skip to content

appwriters-dev/abcs-of-appwrite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Learn Appwrite basics from scratch.

Chapters

  1. Installation and Troubleshooting
    • Introduction to Appwrite
    • Installing locally
    • Checking health
    • Production tips
    • Understanding Appwrite Projects
  2. SDKs
    • Types of Integration (Server and Client)
    • Server side integration
    • Client side integration
  3. Authentication & User Management
    • Registering user
    • Authenticating
    • User management (teams and roles)
    • Server side user management
  4. Permissions
    • Structure
  5. Storage
    • Buckets
    • Files
    • Image manipulation
  6. Database
    • Collections
    • Documents
    • Pagination
  7. CLI
    • Introduction & Installation
    • Using CLI
    • Cheatsheet
  8. Cloud Functions
    • Introduction
    • Creating and Deploying
  9. Realtime APIs
  10. Webhooks
  11. Avatars APIs