https://github.com/stnguyen90/appwrite-explorer
Tool to explore an Appwrite project
https://github.com/stnguyen90/appwrite-explorer
appwrite docker docker-compose react
Last synced: 14 days ago
JSON representation
Tool to explore an Appwrite project
- Host: GitHub
- URL: https://github.com/stnguyen90/appwrite-explorer
- Owner: stnguyen90
- Created: 2021-10-04T16:07:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T13:38:04.000Z (about 1 month ago)
- Last Synced: 2025-03-31T14:42:39.410Z (about 1 month ago)
- Topics: appwrite, docker, docker-compose, react
- Language: TypeScript
- Homepage:
- Size: 1.99 MB
- Stars: 19
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-appwrite - Appwrite Explorer
README
# 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](https://appwrite.io) project from the front end.
## Features
### Account

- [x] Sign in with Email and Password
- [x] Guest Access
- [ ] Anonymous Access
- [ ] Sign in with Magic URL
- [ ] OAuth2 Authentication
- [x] Update Account Name
- [ ] Update Account Password
- [ ] Update Account Email
- [ ] Update Account Preferences
- [ ] Email Verification
- [ ] Password Reset## Database

- [x] Create Document
- [x] List Documents
- [x] Update Document
- [x] Filter Documents List
- [x] Search Documents
- [ ] Delete Document## Storage

- [x] Create File
- [x] List Files
- [ ] Create File with Permissions
- [ ] Download File
- [ ] Search Files
- [ ] Update File
- [ ] Delete File## Functions

- [x] List Executions
- [x] Create Execution## Teams

- [x] List Teams
- [x] Create Team
- [ ] Update Team
- [ ] Delete Team
- [x] Create Team Membership
- [ ] Update Team Membership
- [ ] Update Membershp Roles
- [ ] Delete Team Membership### Realtime

- [x] Basic Subscribe
- [x] Add support for ID based channels## Getting Started
Appwrite Explorer is best run locally using Docker.
### Prerequisites
- Docker
### Running
Start the container:
```bash
docker run --rm -p 8080:80 stnguyen90/appwrite-explorer
```Then, browse to [http://localhost:8080](http://localhost:8080).