{"id":26921153,"url":"https://github.com/olyop/musicloud","last_synced_at":"2025-04-01T22:53:43.740Z","repository":{"id":41192654,"uuid":"414022659","full_name":"olyop/musicloud","owner":"olyop","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-09T11:40:26.000Z","size":5080,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T04:41:31.278Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/olyop.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}},"created_at":"2021-10-06T00:41:45.000Z","updated_at":"2024-01-12T18:23:12.000Z","dependencies_parsed_at":"2023-01-31T03:16:05.383Z","dependency_job_id":"b41cc7fd-5c48-45fb-8aef-4e17708f374f","html_url":"https://github.com/olyop/musicloud","commit_stats":{"total_commits":268,"total_committers":3,"mean_commits":89.33333333333333,"dds":"0.011194029850746245","last_synced_commit":"9d4c9c6b19628be532af2ef4c013bdeee180d3d8"},"previous_names":["olyop/music-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olyop%2Fmusicloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olyop%2Fmusicloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olyop%2Fmusicloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olyop%2Fmusicloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olyop","download_url":"https://codeload.github.com/olyop/musicloud/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246724793,"owners_count":20823544,"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":[],"created_at":"2025-04-01T22:53:43.107Z","updated_at":"2025-04-01T22:53:43.730Z","avatar_url":"https://github.com/olyop.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Development Setup\n\n## Install Node.JS v18\n\n[Official Download](https://nodejs.org/en/download/current/)\n\nOr use [Volta](https://volta.sh/) (preferred)\n\n## Clone Repository\n\n```bash\n$ git clone https://github.com/olyop/musicloud.git\n```\n\n## Install Dependencies\n\n```bash\n$ cd musicloud\n$ volta install\n$ npm i\n```\n\n## Create `.env` file\n\n```bash\n$ cp .env.template .env\n$ vim .env\n```\n\nSetup a PostgreSQL database and AWS S3 bucket and fill these out with you're own details:\n\n```properties\nAWS_REGION=\"\"\nAWS_ACCESS_KEY_ID=\"\"\nAWS_ACCESS_KEY_SECRET=\"\"\n\nPOSTGRESQL_DATABASE=\"\"\nPOSTGRESQL_USERNAME=\"\"\nPOSTGRESQL_PASSWORD=\"\"\nPOSTGRESQL_HOSTNAME=\"\"\n\nALGOLIA_SEARCH_INDEX_NAME=\"\"\nALGOLIA_APPLICATION_ID=\"\"\nALGOLIA_ADMIN_API_KEY=\"\"\nALGOLIA_SEARCH_API_KEY=\"\"\n```\n\nIf you want to use https in development, sign you're own certificate with `mkcert` using this [Guide](https://web.dev/how-to-use-local-https/) and set these environment variables:\n\n```properties\nHTTPS=true\nTLS_CERTIFICATE_PATH=\"\"\nTLS_CERTIFICATE_KEY_PATH=\"\"\n```\n\n## Start Development Server\n\n```bash\n$ npm start\n```\n\n## Build and test\n\nSet `TESTING=true` in `.env`\n\n```bash\n$ npm run build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folyop%2Fmusicloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folyop%2Fmusicloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folyop%2Fmusicloud/lists"}