{"id":19469669,"url":"https://github.com/pencsharpener/udemy-angular-dotnetapi-neilcummings","last_synced_at":"2026-06-16T00:35:02.908Z","repository":{"id":38513782,"uuid":"272733689","full_name":"penCsharpener/udemy-angular-dotnetapi-neilcummings","owner":"penCsharpener","description":"code along to udemy course at https://www.udemy.com/course/learn-to-build-an-e-commerce-app-with-net-core-and-angular/","archived":false,"fork":false,"pushed_at":"2023-01-06T20:33:00.000Z","size":1470,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-19T00:03:43.071Z","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/penCsharpener.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}},"created_at":"2020-06-16T14:42:47.000Z","updated_at":"2020-07-11T21:20:01.000Z","dependencies_parsed_at":"2023-02-06T09:01:37.462Z","dependency_job_id":null,"html_url":"https://github.com/penCsharpener/udemy-angular-dotnetapi-neilcummings","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/penCsharpener/udemy-angular-dotnetapi-neilcummings","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/penCsharpener%2Fudemy-angular-dotnetapi-neilcummings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/penCsharpener%2Fudemy-angular-dotnetapi-neilcummings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/penCsharpener%2Fudemy-angular-dotnetapi-neilcummings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/penCsharpener%2Fudemy-angular-dotnetapi-neilcummings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/penCsharpener","download_url":"https://codeload.github.com/penCsharpener/udemy-angular-dotnetapi-neilcummings/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/penCsharpener%2Fudemy-angular-dotnetapi-neilcummings/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34386320,"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-15T02:00:07.085Z","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":[],"created_at":"2024-11-10T18:53:26.117Z","updated_at":"2026-06-16T00:35:02.891Z","avatar_url":"https://github.com/penCsharpener.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# udemy-angular-dotnetapi-neilcummings\ncode along to udemy course at https://www.udemy.com/course/learn-to-build-an-e-commerce-app-with-net-core-and-angular/\n\n## dotnet CLI\n\nall from the root folder of the project\n\n`dotnet new sln --name DotnetAngular`\n`dotnet new webapi -o src/Udemy.Skinet.Api`\n`dotnet sln add ./src/Udemy.Skinet.Api`\n`dotnet sln list`\n\n`dotnet new classlib -o src/Udemy.Skinet.Core`\n`dotnet new classlib -o src/Udemy.Skinet.Infrastructure`\n`dotnet sln add ./src/Udemy.Skinet.Core`\n`dotnet sln add ./src/Udemy.Skinet.Infrastructure`\n\n## EF Core\n\nin Visual Studio 2019 Package Mananger Console\n\n`Add-Migration InitialCreate -o Data/Migrations -c StoreContext`\n`Update-Database`\n\n### Identity Migrations\n\n`Add-Migration IdentityInitial -o Identity/Migrations -c AppIdentityDbContext`\n\n\n\n## Redis via Docker\n\n```\ndocker run --name local-redis -p 6379:6379 -p 6380:6380 -d redis redis-server --appendonly yes\n```\n\nto test and ping the server on Windows\n\n```\ntelnet localhost 6379\n```\n\nthen [Enter]; ping\nto exit: quit\n\n```\nredis-cli KEYS '*'\nredis-cli GET \u003ckeyvalue\u003e\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpencsharpener%2Fudemy-angular-dotnetapi-neilcummings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpencsharpener%2Fudemy-angular-dotnetapi-neilcummings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpencsharpener%2Fudemy-angular-dotnetapi-neilcummings/lists"}