{"id":28399834,"url":"https://github.com/andrejkoller/notoriumapi","last_synced_at":"2026-04-27T08:31:34.259Z","repository":{"id":295501553,"uuid":"988408232","full_name":"andrejkoller/NotoriumAPI","owner":"andrejkoller","description":"NotoriumAPI is a modern .NET 9 Web API for managing, sharing, and discovering sheet music. It supports user authentication, PDF uploads/downloads, favorites, search, and more.","archived":false,"fork":false,"pushed_at":"2025-06-01T19:32:45.000Z","size":2785,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-28T02:39:03.512Z","etag":null,"topics":["api","csharp","dotnet-core","mssql"],"latest_commit_sha":null,"homepage":"","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/andrejkoller.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-22T13:59:00.000Z","updated_at":"2025-06-25T19:58:04.000Z","dependencies_parsed_at":"2025-06-28T02:34:58.838Z","dependency_job_id":"035661d1-ac3b-461f-8f14-36e2d73a28c2","html_url":"https://github.com/andrejkoller/NotoriumAPI","commit_stats":null,"previous_names":["andrejkoller/notoriumapi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andrejkoller/NotoriumAPI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrejkoller%2FNotoriumAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrejkoller%2FNotoriumAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrejkoller%2FNotoriumAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrejkoller%2FNotoriumAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrejkoller","download_url":"https://codeload.github.com/andrejkoller/NotoriumAPI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrejkoller%2FNotoriumAPI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32329463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":["api","csharp","dotnet-core","mssql"],"created_at":"2025-06-01T08:11:20.852Z","updated_at":"2026-04-27T08:31:34.242Z","avatar_url":"https://github.com/andrejkoller.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Short description\n\nA modern .NET 9 Web 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## Tech Stack\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## Getting Started\n\n### 1. Clone the repository\n\n```bash\ngit clone https://github.com/andrejkoller/NotoriumAPI.git\ncd NotoriumAPI\n```\n\n### 2. 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\n### 3. 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\n### 4. Run the API\n\n ```bash\ndotnet run --project NotoriumAPI\n```\n\nThe API will be available at `https://localhost:7189`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrejkoller%2Fnotoriumapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrejkoller%2Fnotoriumapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrejkoller%2Fnotoriumapi/lists"}