Simple examples that help you get started with Appwrite + .NET (=❤️)
This playground doesn't include any C# best practices but rather intended to show some of the most simple examples and use cases of using the Appwrite API in your .NET application.
- A system with .NET installed.
- You have a running instance of Appwrite (localhost in most cases).
- Create a project in Appwrite.
- Generate an API Key in Appwrite.
Clone this repository:
git clone https://github.com/appwrite/playground-for-dotnet.gitRestore all project dependencies:
dotnet restoreReplace [ENDPOINT], [PROJECT_ID] and [API_KEY] with your credentials, and [FUNCTION_ID] with the id of any Appwrite function you would like to test in Program.cs.
To run your Playground, run following command:
dotnet runAll code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.
We truly ❤️ pull requests! If you wish to help, you can learn more about how you can contribute to this project in the contribution guide.
For security issues, kindly email us security@appwrite.io instead of posting a public issue in GitHub.
Join our growing community around the world! Follow us on Twitter, Facebook Page, Facebook Group or join our Discord Server for more help, ideas and discussions.