Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appwrite/playground-for-dotnet
Simple examples that help you get started with Appwrite + .NET (=❤️)
https://github.com/appwrite/playground-for-dotnet
appwrite baas csharp dotnet hacktoberfest mbaas
Last synced: 4 months ago
JSON representation
Simple examples that help you get started with Appwrite + .NET (=❤️)
- Host: GitHub
- URL: https://github.com/appwrite/playground-for-dotnet
- Owner: appwrite
- License: mit
- Created: 2021-01-05T18:08:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T17:55:22.000Z (over 1 year ago)
- Last Synced: 2024-09-27T06:40:21.595Z (4 months ago)
- Topics: appwrite, baas, csharp, dotnet, hacktoberfest, mbaas
- Language: C#
- Homepage: https://appwrite.io
- Size: 308 KB
- Stars: 29
- Watchers: 15
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://dotnet.microsoft.com/) 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:
```sh
git clone https://github.com/appwrite/playground-for-dotnet.git
```
Restore all project dependencies:
```sh
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:
```sh
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](https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md).
## Security
For security issues, kindly email us [[email protected]](mailto:[email protected]) instead of posting a public issue in GitHub.
## Follow Us
Join our growing community around the world! Follow us on [Twitter](https://twitter.com/appwrite), [Facebook Page](https://www.facebook.com/appwrite.io), [Facebook Group](https://www.facebook.com/groups/appwrite.developers/) or join our [Discord Server](https://appwrite.io/discord) for more help, ideas and discussions.