{"id":26235724,"url":"https://github.com/dxtaner/nestednoteswebapi","last_synced_at":"2025-07-31T06:10:09.138Z","repository":{"id":224739202,"uuid":"605176887","full_name":"dxtaner/NestedNotesWebApi","owner":"dxtaner","description":"NestedNotes","archived":false,"fork":false,"pushed_at":"2023-06-11T15:56:59.000Z","size":3365,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-13T03:17:29.559Z","etag":null,"topics":["api","asp-net-mvc","dbcontext","notes-app","webapi"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dxtaner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-02-22T15:57:28.000Z","updated_at":"2024-02-27T12:17:27.000Z","dependencies_parsed_at":"2024-02-27T14:45:32.844Z","dependency_job_id":null,"html_url":"https://github.com/dxtaner/NestedNotesWebApi","commit_stats":null,"previous_names":["dxtaner/nestednoteswebapi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dxtaner/NestedNotesWebApi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxtaner%2FNestedNotesWebApi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxtaner%2FNestedNotesWebApi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxtaner%2FNestedNotesWebApi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxtaner%2FNestedNotesWebApi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dxtaner","download_url":"https://codeload.github.com/dxtaner/NestedNotesWebApi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxtaner%2FNestedNotesWebApi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267997176,"owners_count":24178251,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","asp-net-mvc","dbcontext","notes-app","webapi"],"created_at":"2025-03-13T03:17:31.842Z","updated_at":"2025-07-31T06:10:09.113Z","avatar_url":"https://github.com/dxtaner.png","language":"C#","readme":"\nNotes API\n=========\n\nEndpoints\n---------\n\n### GET /api/notes\n\nRetrieves all the notes.\n\n    GET /api/notes\n\n### GET /api/notes/{id}\n\nRetrieves a specific note by its ID.\n\n    GET /api/notes/{id}\n\n### POST /api/notes\n\nCreates a new note.\n\n    POST /api/notes\n\n### DELETE /api/notes/{id}\n\nDeletes a note and its child comments recursively.\n\n    DELETE /api/notes/{id}\n\nError Handling\n--------------\n\nIf an error occurs while processing a request, the API will respond with an appropriate error message and status code.\n\n    {\n      \"message\": \"Internal server error: An exception occurred.\",\n      \"status\": 500\n    }\n\nDatabase\n--------\n\nThe API uses a database to persist notes and comments. The connection string and database provider are configured in the `appsettings.json` file.\n\nGetting Started\n---------------\n\n1.  Clone the repository: `git clone https://github.com/your-username/notes-api.git`\n2.  Navigate to the project directory: `cd notes-api`\n3.  Restore the NuGet packages: `dotnet restore`\n4.  Update the database connection string in `appsettings.json` if necessary.\n5.  Apply the database migrations: `dotnet ef database update`\n6.  Run the API: `dotnet run`\n7.  The API will be accessible at `http://localhost:5000/api/notes`\n\nDependencies\n------------\n\nThe API depends on the following NuGet packages:\n\n*   Microsoft.AspNetCore.Mvc\n*   Microsoft.EntityFrameworkCore\n\nThese packages will be automatically restored when you run the `dotnet restore` command.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdxtaner%2Fnestednoteswebapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdxtaner%2Fnestednoteswebapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdxtaner%2Fnestednoteswebapi/lists"}