{"id":18387171,"url":"https://github.com/extcore/extcore-sample-api","last_synced_at":"2026-01-19T13:32:29.871Z","repository":{"id":244767632,"uuid":"88028616","full_name":"ExtCore/ExtCore-Sample-Api","owner":"ExtCore","description":"ExtCore framework 7 sample API web application","archived":false,"fork":false,"pushed_at":"2024-06-17T09:01:12.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T11:15:21.136Z","etag":null,"topics":["asp-net-core","dotnet","dotnet-core","dotnetcore","extcore-framework","sample","tutorial"],"latest_commit_sha":null,"homepage":"http://extcore.net/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ExtCore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2017-04-12T08:31:29.000Z","updated_at":"2024-06-17T09:01:15.000Z","dependencies_parsed_at":"2024-06-17T10:24:52.211Z","dependency_job_id":"09ee909b-1bef-41ea-abb4-09c80d2462e7","html_url":"https://github.com/ExtCore/ExtCore-Sample-Api","commit_stats":null,"previous_names":["extcore/extcore-sample-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ExtCore/ExtCore-Sample-Api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtCore%2FExtCore-Sample-Api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtCore%2FExtCore-Sample-Api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtCore%2FExtCore-Sample-Api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtCore%2FExtCore-Sample-Api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ExtCore","download_url":"https://codeload.github.com/ExtCore/ExtCore-Sample-Api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtCore%2FExtCore-Sample-Api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28569213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T12:50:50.164Z","status":"ssl_error","status_checked_at":"2026-01-19T12:50:42.704Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["asp-net-core","dotnet","dotnet-core","dotnetcore","extcore-framework","sample","tutorial"],"created_at":"2024-11-06T01:25:04.645Z","updated_at":"2026-01-19T13:32:29.856Z","avatar_url":"https://github.com/ExtCore.png","language":"C#","readme":"# ExtCore Framework 9.0.0 Sample API Web Application\n\n[![Join the chat at https://gitter.im/ExtCore/ExtCore](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ExtCore/ExtCore?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n## Introduction\n\n[ExtCore](https://github.com/ExtCore/ExtCore) is free, open source and cross-platform framework for creating\nmodular and extendable web applications based on ASP.NET Core. It is built using the best and the most modern\ntools and languages (Visual Studio 2022, C# etc). Join our team!\n\nThis is the ExtCore framework sample API web application.\n\n## Getting Started\n\n* rebuild the solution;\n* copy the extension DLL file into the Extensions folder of the main web application (this folder doesn’t exist by default,\nso you need to create it in the web application root or specify another location in the config.json file; also you may just\nadd direct dependency to the main web application project instead, but it is not so interesting);\n* run the main web application and navigate to /api/v1/items.\n\n## More Information\n\n### Other Samples\n\n* [Full-featured ExtCore 9.0.0 framework sample web application](https://github.com/ExtCore/ExtCore-Sample);\n* [ExtCore framework 9.0.0 sample simplest web application](https://github.com/ExtCore/ExtCore-Sample-Simplest);\n* [ExtCore framework 9.0.0 sample MVC web application](https://github.com/ExtCore/ExtCore-Sample-Mvc);\n* [ExtCore framework 9.0.0 sample web application that uses file storage](https://github.com/ExtCore/ExtCore-Sample-FileStorage);\n* [ExtCore framework 9.0.0 sample web application that uses a database](https://github.com/ExtCore/ExtCore-Sample-Data);\n* [ExtCore framework 9.0.0 sample web application that uses Identity](https://github.com/ExtCore/ExtCore-Sample-Identity);\n* [ExtCore framework 9.0.0 sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui);\n* [ExtCore framework 9.0.0 advanced sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui-Adv);\n* [ExtCore framework 9.0.0 advanced sample accounting web application](https://github.com/ExtCore/ExtCore-Sample-Accounting);\n* [ExtCore framework 9.0.0 sample web application that registers a service inside the extension](https://github.com/ExtCore/ExtCore-Sample-Service);\n* [ExtCore framework 9.0.0 sample web application that uses the events](https://github.com/ExtCore/ExtCore-Sample-Events).\n\nYou can also download our [ready to use full-featured sample](http://extcore.net/files/ExtCore-Sample-9.0.0.zip).\nIt contains everything you need to run ExtCore-based web application from Visual Studio 2022, including SQLite\ndatabase with the test data.\n\n### Tutorials\n\nWe have written [several tutorials](http://docs.extcore.net/en/latest/getting_started/index.html)\nto help you start developing your ExtCore-based web applications.\n\n### Real Projects\n\nPlease take a look at [Platformus](https://github.com/Platformus/Platformus) on GitHub. It is CMS\nbuilt on ExtCore framework with 3 extensions and 25 projects.\n\n## Links\n\nSources on GitHub: https://github.com/ExtCore/ExtCore\n\nWebsite: http://extcore.net/\n\nDocs: http://docs.extcore.net/\n\nAuthor: http://sikorsky.pro/","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextcore%2Fextcore-sample-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fextcore%2Fextcore-sample-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextcore%2Fextcore-sample-api/lists"}