{"id":20332780,"url":"https://github.com/knowledgefactory4u/dotnet-6-postgresql-crud-application","last_synced_at":"2025-03-04T12:43:36.914Z","repository":{"id":115257529,"uuid":"600392266","full_name":"knowledgefactory4u/dotnet-6-postgresql-crud-application","owner":"knowledgefactory4u","description":"Build REST CRUD APIs with .Net 6 and PostgreSQL","archived":false,"fork":false,"pushed_at":"2023-02-16T18:12:23.000Z","size":19,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-14T15:43:03.817Z","etag":null,"topics":["crud","dotnet6","postgresql","rest-api"],"latest_commit_sha":null,"homepage":"https://www.knowledgefactory.net/2023/02/build-rest-crud-apis-with-net-6-and-postgresql.html","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-11T10:56:05.000Z","updated_at":"2023-06-21T10:51:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"09ee1b7d-c756-47e5-ba6d-bbf07bddf58a","html_url":"https://github.com/knowledgefactory4u/dotnet-6-postgresql-crud-application","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowledgefactory4u%2Fdotnet-6-postgresql-crud-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowledgefactory4u%2Fdotnet-6-postgresql-crud-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowledgefactory4u%2Fdotnet-6-postgresql-crud-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowledgefactory4u%2Fdotnet-6-postgresql-crud-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knowledgefactory4u","download_url":"https://codeload.github.com/knowledgefactory4u/dotnet-6-postgresql-crud-application/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241852120,"owners_count":20030966,"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":["crud","dotnet6","postgresql","rest-api"],"created_at":"2024-11-14T20:28:10.644Z","updated_at":"2025-03-04T12:43:36.894Z","avatar_url":"https://github.com/knowledgefactory4u.png","language":"C#","readme":"# Build REST CRUD APIs with .Net 6 and PostgreSQL\n\n# Local Setup and Run the application\n\n\u003ch2\u003eCreate database and table\u003c/h2\u003e\n\n```CREATE DATABASE testdb;```\n```\n\nCREATE TABLE IF NOT EXISTS public.users\n(\n    id           serial primary key,\n    email        VARCHAR(40) not null,\n    first_name   VARCHAR(40) not null,\n    last_name    VARCHAR(40) not null\n);\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\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknowledgefactory4u%2Fdotnet-6-postgresql-crud-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknowledgefactory4u%2Fdotnet-6-postgresql-crud-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknowledgefactory4u%2Fdotnet-6-postgresql-crud-application/lists"}