{"id":20332777,"url":"https://github.com/knowledgefactory4u/dotnet6-mysql-crud-application","last_synced_at":"2026-06-10T07:31:50.340Z","repository":{"id":115257596,"uuid":"600780267","full_name":"knowledgefactory4u/dotnet6-mysql-crud-application","owner":"knowledgefactory4u","description":"Build REST CRUD APIs with .Net 6 and MySQL","archived":false,"fork":false,"pushed_at":"2023-02-12T15:28:12.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T12:45:59.354Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/knowledgefactory4u.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,"publiccode":null,"codemeta":null}},"created_at":"2023-02-12T15:26:27.000Z","updated_at":"2023-02-12T15:32:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"c82a3fa1-79d6-4246-abf9-3561c7e2d41c","html_url":"https://github.com/knowledgefactory4u/dotnet6-mysql-crud-application","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/knowledgefactory4u/dotnet6-mysql-crud-application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowledgefactory4u%2Fdotnet6-mysql-crud-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowledgefactory4u%2Fdotnet6-mysql-crud-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowledgefactory4u%2Fdotnet6-mysql-crud-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowledgefactory4u%2Fdotnet6-mysql-crud-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knowledgefactory4u","download_url":"https://codeload.github.com/knowledgefactory4u/dotnet6-mysql-crud-application/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowledgefactory4u%2Fdotnet6-mysql-crud-application/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34142638,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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":[],"created_at":"2024-11-14T20:28:09.972Z","updated_at":"2026-06-10T07:31:50.316Z","avatar_url":"https://github.com/knowledgefactory4u.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Build REST CRUD APIs with .Net 6 and MySQL\n\n# Local Setup and Run the application\n\n\u003ch2\u003eCreate database and table\u003c/h2\u003e\n\n```CREATE DATABASE testdb;```\n```\nCREATE TABLE users(\n id INT PRIMARY KEY AUTO_INCREMENT, \n first_name VARCHAR (20) NOT NULL, \n last_name VARCHAR (20) NOT NULL, \n email VARCHAR (20) NOT NULL \n);\n```\n\nDownload or clone the source code from GitHub to the local machine\n\n\nYou can start the api by running ```dotnet run``` from the command line in the project root folder (where the WebApi.csproj file is located)\n\nOR\n\nYou can also start the application in debug mode in Visula Studio by opening the project root folder in Visual Studio and pressing F5 or by selecting Debug -\u003e Start Debugging from the top menu, running in debug mode.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknowledgefactory4u%2Fdotnet6-mysql-crud-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknowledgefactory4u%2Fdotnet6-mysql-crud-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknowledgefactory4u%2Fdotnet6-mysql-crud-application/lists"}