Awesome
Appwrite Explorer
This app is best used with Appwrite version 1.2.X.
Appwrite Explorer is a tool that let's you explore different aspects of an Appwrite project from the front end.
Features
Account
- Sign in with Email and Password
- Guest Access
- Anonymous Access
- Sign in with Magic URL
- OAuth2 Authentication
- Update Account Name
- Update Account Password
- Update Account Email
- Update Account Preferences
- Email Verification
- Password Reset
Database
- Create Document
- List Documents
- Update Document
- Filter Documents List
- Search Documents
- Delete Document
Storage
- Create File
- List Files
- Create File with Permissions
- Download File
- Search Files
- Update File
- Delete File
Functions
- List Executions
- Create Execution
Teams
- List Teams
- Create Team
- Update Team
- Delete Team
- Create Team Membership
- Update Team Membership
- Update Membershp Roles
- Delete Team Membership
Realtime
- Basic Subscribe
- Add support for ID based channels
Getting Started
Appwrite Explorer is best run locally using Docker.
Prerequisites
- Docker
Running
Start the container:
docker run --rm -p 8080:80 stnguyen90/appwrite-explorer
Then, browse to http://localhost:8080.