Skip to content

Latest commit

 

History

History
93 lines (62 loc) · 2.77 KB

README.md

File metadata and controls

93 lines (62 loc) · 2.77 KB

Appwrite Kotlin Demo 🤖

Project Logo

kotlin Latest Commit Version License: MIT Twitter: Christy Jacob

A Simple Kotlin App to interact with Appwrite's Kotlin SDK


🚀 Usage

  • Clone the repository
git clone https://github.com/christyjacob4/appwrite-kotlin-demo
  • Import into IntelliJ / Eclipse and run!

📁 Folder Structure

Each of the *Test.kt files contains the example usage of that particular API.

In each file, replace the placeholder values with your endpoint, projectID and API key and simply run the main function.

    val client = Client()
        .setProject("[YOUR_PROJECT_ID]")
        .setEndpoint("[YOUR_ENDPOINT]")
        .setKey("[YOUR_KEY]")
appwrite-kotlin-demo git:(main) ✗ tree src
src
└── main
    └── kotlin
        ├── AccountTest.kt
        ├── AvatarsTest.kt
        ├── DatabaseTest.kt
        ├── FunctionsTest.kt
        ├── HealthTest.kt
        ├── LocaleTest.kt
        ├── StorageTest.kt
        ├── TeamsTest.kt
        └── UsersTest.kt

2 directories, 9 files

🍻 Contributing

Contributions, issues and feature requests are welcome.
Feel free to check issues page if you want to contribute.

👤 Author

Christy Jacob

🤝 Acknowledgements

🙌 Show your support

Drop a ⭐️ if this project helped you!

📝 License

Copyright © 2021 Christy Jacob.
This project is MIT licensed.