{"id":18677464,"url":"https://github.com/persteenolsen/dotnet-6-signup-basic-api","last_synced_at":"2026-05-08T14:02:37.592Z","repository":{"id":228588380,"uuid":"770981886","full_name":"persteenolsen/dotnet-6-signup-basic-api","owner":"persteenolsen","description":"A .NET 6 REST API serving as a Membership System using SQLite and EF Core","archived":false,"fork":false,"pushed_at":"2024-03-19T13:56:22.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-21T10:05:40.539Z","etag":null,"topics":["dotnet","entity-framework-core","jwt","rest-api","sqlite"],"latest_commit_sha":null,"homepage":"https://dotnet.signup.basic.api.persteenolsen.com/users","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/persteenolsen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-03-12T13:36:57.000Z","updated_at":"2024-11-21T18:16:03.000Z","dependencies_parsed_at":"2024-03-19T15:06:50.144Z","dependency_job_id":"3d4276ee-2e0d-49b5-aad2-a32e26c7986f","html_url":"https://github.com/persteenolsen/dotnet-6-signup-basic-api","commit_stats":null,"previous_names":["persteenolsen/dotnet-6-signup-basic-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/persteenolsen/dotnet-6-signup-basic-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/persteenolsen%2Fdotnet-6-signup-basic-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/persteenolsen%2Fdotnet-6-signup-basic-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/persteenolsen%2Fdotnet-6-signup-basic-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/persteenolsen%2Fdotnet-6-signup-basic-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/persteenolsen","download_url":"https://codeload.github.com/persteenolsen/dotnet-6-signup-basic-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/persteenolsen%2Fdotnet-6-signup-basic-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271113441,"owners_count":24701609,"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-08-19T02:00:09.176Z","response_time":63,"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":["dotnet","entity-framework-core","jwt","rest-api","sqlite"],"created_at":"2024-11-07T09:34:06.664Z","updated_at":"2025-10-07T07:20:10.052Z","avatar_url":"https://github.com/persteenolsen.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotnet-6-signup-basic-api\n\n.NET 6.0 - User Registration and Login Tutorial with Example API\n\n# Functionality of the Web App\n\n- JWT authentication\n- CRUD Account management routes with role based access control\n\n# Tech used for creating the Web App\n\n- A .NET 6 Web API\n- An Angular 14 Web Client for the Frontend\n- Entity Framework\n- SQLite as a local DB\n- SQLite for Production\n- A traditional Webhotel for hosting\n- VS Code\n\n\n# Updated EF Core tool to the latest version\n\ndotnet tool update --global dotnet-ef\n\n# Development\n\nCreate the Initial Migration for SQLite DB - should work for any DB\n\nset ASPNETCORE_ENVIRONMENT=Development\n\nMake sure that the connection String points to the SQLite ( locally ) in the \"appsettings.Development\" \n\n\"WebApiDatabase\": \"Data Source=LocalDatabase.db\"\n\ndotnet ef migrations add InitialCreate --context SqliteDataContext --output-dir Migrations/SqliteMigrations \n\n# Create the local SQLite\n\ndotnet run\n\n# Production - SQLite as well\n\nCreate a self contained build for production at the remote server / traditionel web hotel\n\ndotnet publish webapi.csproj --configuration Release --runtime win-x86 --self-contained\n\nUpload the build to remote server ( without SQLite DB )\n\nAt my remote servers the web.config needs to be without the folowing:\n\nhostingModel=\"inprocess\"\n\n# Create the remote SQLite DB\n\nremote-host.com/users\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpersteenolsen%2Fdotnet-6-signup-basic-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpersteenolsen%2Fdotnet-6-signup-basic-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpersteenolsen%2Fdotnet-6-signup-basic-api/lists"}