{"id":18536581,"url":"https://github.com/dorota1997/cars-api-angular","last_synced_at":"2026-04-26T22:31:22.316Z","repository":{"id":108917014,"uuid":"291836835","full_name":"Dorota1997/cars-api-angular","owner":"Dorota1997","description":"Frontend implementation in Angular 10 for modified API made in .NET Core 3.1 with filtering and different approach to edit data shown for client.","archived":false,"fork":false,"pushed_at":"2020-10-06T06:56:26.000Z","size":459,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-15T00:39:23.932Z","etag":null,"topics":["angular","angular10","angular10-crud","angular10-sample","backend","frontend","frontend-samples"],"latest_commit_sha":null,"homepage":"","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/Dorota1997.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,"publiccode":null,"codemeta":null}},"created_at":"2020-08-31T22:20:48.000Z","updated_at":"2024-06-30T17:18:52.000Z","dependencies_parsed_at":"2023-04-21T02:55:36.353Z","dependency_job_id":null,"html_url":"https://github.com/Dorota1997/cars-api-angular","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Dorota1997/cars-api-angular","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dorota1997%2Fcars-api-angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dorota1997%2Fcars-api-angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dorota1997%2Fcars-api-angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dorota1997%2Fcars-api-angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dorota1997","download_url":"https://codeload.github.com/Dorota1997/cars-api-angular/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dorota1997%2Fcars-api-angular/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32315711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T21:09:39.134Z","status":"ssl_error","status_checked_at":"2026-04-26T21:09:21.240Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["angular","angular10","angular10-crud","angular10-sample","backend","frontend","frontend-samples"],"created_at":"2024-11-06T19:34:46.773Z","updated_at":"2026-04-26T22:31:22.296Z","avatar_url":"https://github.com/Dorota1997.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eCars App - frontend\u003c/h1\u003e\n\n\u003ch4\u003eAbout\u003c/h4\u003e\n\n\u003cp align=\"justify\"\u003eFrontend implementation for modified \u003ca href=\"https://github.com/trolit/car-themed-API\"\u003ecar-themed-API made in .NET Core 3.1\u003c/a\u003e done in Angular to practise framework and use best practises. App consists of two sections: dealers and order that were ready to use from backend. With project running you can perform typical CRUD operations for both sections. You can also filter table data.\u003c/p\u003e\n\n\u003cbr/\u003e\n\n\u003cstrong\u003eTools \u0026 Technologies\u003c/strong\u003e\n\n\u003cp align=\"justify\"\u003eAngular 10, Bootstrap 4, Angular Material, VSC, VS2019 \u003c/p\u003e\n\n\u003cbr/\u003e\n\n\u003cstrong\u003eRunning application\u003c/strong\u003e\n\n\u003cp align=\"justify\"\u003eIn order to run application:\u003cbr\u003e\n  1. Open frontend. \u003cbr\u003e\n  2. Run \u003ccode\u003enpm run start\u003c/code\u003e from terminal \u003cbr\u003e\n  3. Open backend. \u003cbr\u003e\n  4. Compile \u0026 Run project. (Note that app uses MSSQL as Database provider) \u003cbr\u003e\n  5. Frontend is available at: \u003ccode\u003ehttp://localhost:4200/\u003c/code\u003e\n\u003c/p\u003e\n\n\u003cbr/\u003e\n\n\u003ch4\u003eScreenshots\u003c/h4\u003e\n\n| | |\n| :---: | :---: |\n| \u003cimg src=\"https://raw.githubusercontent.com/Dorota1997/cars-api-angular/images/images/cars1.PNG\" alt=\"#toadd\" width=\"630\" height=\"250\"/\u003e | \u003cimg src=\"https://raw.githubusercontent.com/Dorota1997/cars-api-angular/images/images/cars2.PNG\" alt=\"#toadd\" width=\"630\" height=\"250\"/\u003e |\n| \u003cimg src=\"https://raw.githubusercontent.com/Dorota1997/cars-api-angular/images/images/cars3.PNG\" alt=\"#toadd\" width=\"630\" height=\"250\"/\u003e | \u003cimg src=\"https://raw.githubusercontent.com/Dorota1997/cars-api-angular/images/images/cars4.PNG\" alt=\"#toadd\" width=\"630\" height=\"250\"/\u003e |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdorota1997%2Fcars-api-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdorota1997%2Fcars-api-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdorota1997%2Fcars-api-angular/lists"}