Awesome
playground-for-dotnet
Simple examples that help you get started with Appwrite + .NET (=❤️)
Get Started
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.
System Requirements
- 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.
Installation
Clone this repository:
git clone https://github.com/appwrite/playground-for-dotnet.git
Restore all project dependencies:
dotnet restore
Replace [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 run
Contributing
All 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.
Security
For security issues, kindly email us security@appwrite.io instead of posting a public issue in GitHub.
Follow Us
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.