Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T03:27:53.000Z (about 2 months ago)
- Last Synced: 2024-11-02T21:32:01.092Z (about 1 month ago)
- Topics: appwrite, docker, docker-compose, react
- Language: TypeScript
- Homepage:
- Size: 2.28 MB
- Stars: 19
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
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
![Sign In](docs/sign-in.png)
- [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
![Database List](docs/database-list.png)
- [x] Create Document
- [x] List Documents
- [x] Update Document
- [x] Filter Documents List
- [x] Search Documents
- [ ] Delete Document## Storage
![Storage List](docs/storage-list.png)
- [x] Create File
- [x] List Files
- [ ] Create File with Permissions
- [ ] Download File
- [ ] Search Files
- [ ] Update File
- [ ] Delete File## Functions
![Functions List](docs/functions-list.png)
- [x] List Executions
- [x] Create Execution## Teams
![Teams List](docs/teams-list.png)
- [x] List Teams
- [x] Create Team
- [ ] Update Team
- [ ] Delete Team
- [x] Create Team Membership
- [ ] Update Team Membership
- [ ] Update Membershp Roles
- [ ] Delete Team Membership### Realtime
![Realtime List](docs/realtime-list.png)
- [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).