{"id":15549381,"url":"https://github.com/adityaoberai/.net-appwrite-todo-api","last_synced_at":"2026-05-07T08:37:46.553Z","repository":{"id":179477409,"uuid":"663448046","full_name":"adityaoberai/.NET-Appwrite-Todo-API","owner":"adityaoberai","description":"Todo CRUD API built with Appwrite + .NET","archived":false,"fork":false,"pushed_at":"2023-09-04T12:00:16.000Z","size":978,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T06:43:27.344Z","etag":null,"topics":["api","appwrite","appwrite-database","crud","dotnet"],"latest_commit_sha":null,"homepage":"https://dotnet-appwrite-todo.azurewebsites.net/swagger","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adityaoberai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-07T10:07:12.000Z","updated_at":"2024-04-28T00:42:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"c8c57752-6711-410e-ba5f-79ce456cdbe5","html_url":"https://github.com/adityaoberai/.NET-Appwrite-Todo-API","commit_stats":null,"previous_names":["adityaoberai/.net-appwrite-todo-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityaoberai%2F.NET-Appwrite-Todo-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityaoberai%2F.NET-Appwrite-Todo-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityaoberai%2F.NET-Appwrite-Todo-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityaoberai%2F.NET-Appwrite-Todo-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adityaoberai","download_url":"https://codeload.github.com/adityaoberai/.NET-Appwrite-Todo-API/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247256111,"owners_count":20909240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","appwrite","appwrite-database","crud","dotnet"],"created_at":"2024-10-02T13:38:57.865Z","updated_at":"2026-05-07T08:37:41.532Z","avatar_url":"https://github.com/adityaoberai.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# .NET + Appwrite Todo API\n\n## Description\n\nTodo CRUD API built with Appwrite Cloud and .NET 7\n\n## Installation\n\n### Appwrite Setup\n\n- Sign up for [Appwrite Cloud](https://cloud.appwrite.io/register)\n\n  ![Register for Appwrite Cloud](./Images/RegisterAppwriteCloud.png)\n\n- Create your first project\n\n  ![Create a project](./Images/CreateNewProject.png)\n\n- Create an API Key with the scopes `documents.read` and `documents.write`\n\n  ![API Key scopes](./Images/APIKeyScopes.png)\n\n- Create a database, followed by a collection, and create the following attributes\n    | Attribute ID | Type    | Size | Default Value | Required | Array |\n    |--------------|---------|------|---------------|----------|-------|\n    | description  | string  | 255  |               | Yes      | No    |\n    | isCompleted  | boolean |      |               | Yes      | No    |\n\n    ![Collection attributes](./Images/DatabaseAttributes.png)\n  \n- Keep your Project Id, Database Id, Collection Id, and API Key saved for the project setup\n\n### Project Setup\n\n- Install the [.NET 7 SDK](https://dotnet.microsoft.com/en-us/download) if you haven't already\n\n- Clone the repository\n  ```sh\n  https://github.com/adityaoberai/.NET-Appwrite-Todo-API.git\n  ```\n- Restore all NuGet packages\n  ```sh\n  dotnet restore\n  ```\n- Enter the project directory\n  ```sh\n  cd AppwriteCrudApi/\n  ```\n- Add the Project Id, Database Id, Collection Id, and API Key you saved from your Appwrite project in the `appsettings.json` file\n\n- Run the project\n  ```sh\n  dotnet run\n  ```\n- Open the following URL in your browser\n  ```\n  https://localhost:7248/swagger\n  ```\n  \n  OR\n\n  ```\n  http://localhost:5023/swagger\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityaoberai%2F.net-appwrite-todo-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadityaoberai%2F.net-appwrite-todo-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityaoberai%2F.net-appwrite-todo-api/lists"}