{"id":50411959,"url":"https://github.com/andrejkoller/notorium-api","last_synced_at":"2026-05-31T04:02:55.398Z","repository":{"id":295501553,"uuid":"988408232","full_name":"andrejkoller/notorium-api","owner":"andrejkoller","description":".NET Web API for uploading, serving and discovering sheet music (PDFs) with thumbnails, favorites, search, and JWT authentication.","archived":false,"fork":false,"pushed_at":"2026-05-21T16:32:58.000Z","size":2809,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-22T01:34:20.434Z","etag":null,"topics":["csharp","dotnet-core","ef-core"],"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/andrejkoller.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"andrejkoller","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":"andrejkoller","thanks_dev":null,"custom":null}},"created_at":"2025-05-22T13:59:00.000Z","updated_at":"2026-05-21T16:33:10.000Z","dependencies_parsed_at":"2025-06-28T02:34:58.838Z","dependency_job_id":"035661d1-ac3b-461f-8f14-36e2d73a28c2","html_url":"https://github.com/andrejkoller/notorium-api","commit_stats":null,"previous_names":["andrejkoller/notoriumapi","andrejkoller/notorium-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andrejkoller/notorium-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrejkoller%2Fnotorium-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrejkoller%2Fnotorium-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrejkoller%2Fnotorium-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrejkoller%2Fnotorium-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrejkoller","download_url":"https://codeload.github.com/andrejkoller/notorium-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrejkoller%2Fnotorium-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33718449,"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-05-31T02:00:06.040Z","response_time":95,"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":["csharp","dotnet-core","ef-core"],"created_at":"2026-05-31T04:02:55.169Z","updated_at":"2026-05-31T04:02:55.358Z","avatar_url":"https://github.com/andrejkoller.png","language":"C#","funding_links":["https://ko-fi.com/andrejkoller","https://buymeacoffee.com/andrejkoller"],"categories":[],"sub_categories":[],"readme":"# notorium api\n\nThis is the backend API for managing, sharing, and discovering sheet music. Features user authentication, PDF upload \u0026 download, favorites, search, and more.\n\n## ✨ Features\n\n- User registration, login, and profile management\n- Upload, download, and delete sheet music (PDF)\n- Generate PDF thumbnails automatically\n- Search, filter, and sort sheet music by genre, instrument, difficulty, and more\n- Favorite/unfavorite sheet music\n- Track downloads and views\n- Secure endpoints with JWT authentication\n\n## 🛠️ Technologies Used\n\n- .NET 9 (ASP.NET Core Web API)\n- Entity Framework Core\n- MS SQL Server\n- RESTful API\n- PDF processing for thumbnails\n- JWT Authentication\n\n## 📋 Prerequisites\n\n- .NET SDK 9\n- MSSQL Server\n\n## 📦 Installation\n\n1. Clone the repository\n\n```bash\ngit clone https://github.com/andrejkoller/NotoriumAPI.git\ncd NotoriumAPI\n```\n\n2. Configure the database connection\n\nEdit the connection string in `appsettings.json` or `appsettings.Development.json`:\n\n```bash\n\"ConnectionStrings\": {\n\"DefaultConnection\": \"Server=localhost;Database=NotoriumDb;Trusted_Connection=True;TrustServerCertificate=True;\"\n}\n```\n\n3. Apply database migration\n\nMake sure the Entity Framework Core CLI is installed:\n\n ```bash\ndotnet tool install --global dotnet-ef\n```\n\nThen apply the migrations:\n\n ```bash\ndotnet ef database update\n```\n\n4. Run the API\n\n ```bash\ndotnet run --project NotoriumAPI\n```\n\nThe API will be available at `https://localhost:7189`.\n\n## 🔗 Related\n\n- Frontend Repository: [notorium-frontend](https://github.com/andrejkoller/notorium-frontend)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrejkoller%2Fnotorium-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrejkoller%2Fnotorium-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrejkoller%2Fnotorium-api/lists"}