Skip to content

christyjacob4/appwrite-kotlin-demo

Repository files navigation

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.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages