Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
darkterminal authored May 5, 2023
1 parent cd971e0 commit 34a45c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ SleekwareDB API is a backend for SleekwareDB. SleekwareDB is Web Interface for [
- **Security Rules**: Provides a set of security rules that allow user to control access to their database collections. User can define rules that restrict read, write, or delete operations based on the user's authentication status, IP address, or other criteria.
- **Realtime Database**: Also supports real-time updates using WebSockets. USer can subscribe to changes in their database collections and receive real-time notifications whenever a document is added, updated, or deleted.
- Storage
- **File Storage**: Provide storage feature allows user to securely store and manage files of any size, type, and quantity. You can use the Appwrite API to upload, download, and delete files.
- **File Management**: Provides an interface to manage user files and folders. User can create, delete, and move files and folders using the API or the Appwrite dashboard.
- **File Storage**: Provide storage feature allows user to securely store and manage files of any size, type, and quantity. User can use the our API to upload, download, and delete files.
- **File Management**: Provides an interface to manage user files and folders. User can create, delete, and move files and folders using the API or from our dashboard.
- **Security**: Storage feature provides secure file storage with access control, encryption, and firewall protection. You can set up rules to define which users can access certain files, and which actions they can perform on them.
- **Webhooks**: Storage feature supports webhooks that allow user to monitor file events and perform actions when specific events occur. For example, user can trigger an action when a new file is uploaded or when a file is deleted.

Expand Down Expand Up @@ -57,4 +57,4 @@ Application running on port `8888`, you can try to make `GET` request to test th
## Core Dependency

- [Slim Framework v4](https://www.slimframework.com/docs/v4/) - Rest API Framework
- [SleekDB](https://github.com/rakibtg/SleekDB) - flat file NoSQL
- [SleekDB](https://github.com/rakibtg/SleekDB) - flat file NoSQL

0 comments on commit 34a45c9

Please sign in to comment.