{"id":24374145,"url":"https://github.com/mannuelf/react-drums","last_synced_at":"2025-10-03T15:55:06.265Z","repository":{"id":38427765,"uuid":"272805214","full_name":"mannuelf/react-drums","owner":"mannuelf","description":"I love coding, music and Native Instruments software + hardware. Built a virtual Drum Machine to play around with all of the above. ","archived":false,"fork":false,"pushed_at":"2024-04-03T17:10:56.000Z","size":35201,"stargazers_count":5,"open_issues_count":1,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-24T16:40:26.918Z","etag":null,"topics":["graphql-server","react","typescript"],"latest_commit_sha":null,"homepage":"https://react-drum-machine.netlify.app/","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/mannuelf.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-06-16T20:25:19.000Z","updated_at":"2023-10-23T19:33:33.000Z","dependencies_parsed_at":"2024-01-11T07:44:34.911Z","dependency_job_id":null,"html_url":"https://github.com/mannuelf/react-drums","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/mannuelf%2Freact-drums","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mannuelf%2Freact-drums/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mannuelf%2Freact-drums/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mannuelf%2Freact-drums/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mannuelf","download_url":"https://codeload.github.com/mannuelf/react-drums/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248274831,"owners_count":21076480,"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":["graphql-server","react","typescript"],"created_at":"2025-01-19T05:26:34.653Z","updated_at":"2025-10-03T15:55:00.958Z","avatar_url":"https://github.com/mannuelf.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React-drums\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/b1e813fa-c4ab-404f-b0a2-002f87f6e8bd/deploy-status)](https://app.netlify.com/sites/react-drum-machine/deploys)\n\nLove for coding, music and learning new technology in one project, anything goes, I will try anything that seems interesting to this repo.\n\nIt is a web version of this (approximation 🥁)\n\n![photo](.github/workflows/machinemicro.png)\n\n## Requirements\n\n- [PNPM](pnpm.io/installation)\n- [Docker](https://docker.com) (it's for the database)\n- [NVM](https://github.com/nvm-sh/nvm)\n\n## Overview\n\n- React + Vite SPA\n- Apollo GraphQL server\n- Prisma ORM\n- Postgresql db using Docker\n\n## Demo\n\n\u003e [www.react-drum-machine.netlify.app](https://react-drum-machine.netlify.app/)\n\n## Getting started\n\nSwitch to Node v20\n\n```bash\nnvm use\n```\n\nUses [pnpm workspaces](https://pnpmpkg.com/features/workspaces). Client and Server.\n\n1. Run server scripts first\n2. Run client scripts second\n\n## Server\n\nEnsure Docker is on and start the Postgresql container first.\n\nOR stop now and use [SQLITE here](https://www.prisma.io/docs/orm/overview/databases/sqlite)\n\n### Database with Docker\n\ncd to the server directory and run these commands:\n\n```bash\ndocker build -t reactdrums-db .\n```\n\nstart it:\n\n```bash\ndocker-compose up -d\n```\n\nPrisma generate and migrate\n\n```bash\npnpm db:generate\n```\n\n```bash\npnpm db:migrate:dev\n```\n\n### Client\n\nInstall dependencies:\n\n```bash\npnpm install\n```\n\nDevelopment\n\n```bash\npnpm dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmannuelf%2Freact-drums","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmannuelf%2Freact-drums","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmannuelf%2Freact-drums/lists"}