{"id":18078242,"url":"https://github.com/imthaghost/musik","last_synced_at":"2025-04-12T11:52:04.331Z","repository":{"id":57534291,"uuid":"241538383","full_name":"imthaghost/musik","owner":"imthaghost","description":"Web application that helps you discover new music. ","archived":false,"fork":false,"pushed_at":"2024-02-02T01:13:44.000Z","size":127226,"stargazers_count":15,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T06:34:35.872Z","etag":null,"topics":["docker","docker-compose","go","golang","soundcloud","streaming-audio","web-application"],"latest_commit_sha":null,"homepage":"https://musik-rho.vercel.app","language":"Go","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/imthaghost.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-02-19T05:11:52.000Z","updated_at":"2024-11-24T18:13:41.000Z","dependencies_parsed_at":"2024-01-10T18:02:00.818Z","dependency_job_id":"7924c07e-2498-4d8d-8ffc-0fec3a194ceb","html_url":"https://github.com/imthaghost/musik","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imthaghost%2Fmusik","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imthaghost%2Fmusik/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imthaghost%2Fmusik/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imthaghost%2Fmusik/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imthaghost","download_url":"https://codeload.github.com/imthaghost/musik/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248565008,"owners_count":21125413,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["docker","docker-compose","go","golang","soundcloud","streaming-audio","web-application"],"created_at":"2024-10-31T12:13:16.364Z","updated_at":"2025-04-12T11:52:04.309Z","avatar_url":"https://github.com/imthaghost.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\nMusik is a SoundCloud music discovery web application built in Golang. Simply go to the web-server and start discovering new music!\n\u003c/p\u003e\n\u003cbr\u003e\n\u003cp align=\"center\"\u003e\u003ca href=\"https://musik.imthaghost.dev/\"\u003eLive Web App\u003c/a\u003e\u003c/p\u003e\n\u003cbr\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://goreportcard.com/badge/github.com/imthaghost/musik\"\u003e\u003cimg src=\"https://goreportcard.com/badge/github.com/imthaghost/musik\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/imthaghost/musik/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-yellow.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cbr\u003e\n\n\u003cbr\u003e\n\u003cp align=\"center\"\u003e\n   \u003ca href=\"#\"\u003e\u003cimg src=\"https://github.com/imthaghost/musik/blob/master/docs/media/example.gif\"\u003e\u003c/a\u003e  \n\u003c/p\u003e\n\u003cbr\u003e\n\n### 📚 Table of Contents\n-   [Local Development](#localdevelopment)\n    -   [Starting server with Docker-compose](#starting-server-with-docker-compose)\n    -   [Starting backend with go](#starting-server-with-go)\n    -    [Starting frontend with npm](#starting-frontend-with-npm)\n-   [Contributors](#contributors)\n\n## 🚀 Local Development\n\n### Starting server with Docker-compose\n\n```bash\n# we can build and start the server with docker\ndocker-compose up --build\n\n```\n\n### Starting server with go\n\n```bash\n# cd into backend directory\ncd backend\n# go run\ngo run server.go\n```\n\n### Starting frontend with npm\n\n```bash\n# cd into the frontend directory\ncd frontend\n# install dependencies\nnpm install\n# start the server\nnpm start\n```\n\n\n## Contributors\n\nContributions are welcome! Please see [Contributing Guide](https://github.com/imthaghost/goclone/blob/master/docs/CONTRIBUTING.md) for more details.\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/imthaghost\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/46610773?s=460\u0026v=4\" width=\"75px;\" alt=\"Gary Frederick\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTha Ghost\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/imthaghost/musik/commits?author=imthaghost\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimthaghost%2Fmusik","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimthaghost%2Fmusik","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimthaghost%2Fmusik/lists"}