{"id":24797513,"url":"https://github.com/dylanlott/studiomanager","last_synced_at":"2025-03-24T21:19:57.047Z","repository":{"id":76956391,"uuid":"53069808","full_name":"dylanlott/studiomanager","owner":"dylanlott","description":"App for managing and tracking a recording studios projects and money. ","archived":false,"fork":false,"pushed_at":"2016-08-13T19:56:21.000Z","size":30,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T01:29:44.567Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/dylanlott.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}},"created_at":"2016-03-03T17:32:12.000Z","updated_at":"2016-03-03T17:32:33.000Z","dependencies_parsed_at":"2023-03-11T23:39:46.527Z","dependency_job_id":null,"html_url":"https://github.com/dylanlott/studiomanager","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/dylanlott%2Fstudiomanager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanlott%2Fstudiomanager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanlott%2Fstudiomanager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanlott%2Fstudiomanager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dylanlott","download_url":"https://codeload.github.com/dylanlott/studiomanager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245352093,"owners_count":20601093,"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-01-30T01:28:31.186Z","updated_at":"2025-03-24T21:19:57.039Z","avatar_url":"https://github.com/dylanlott.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# STUDIOKEEPER\n\n## The best way for DIY studios to manage their projects.\n\n## Users\n\n### GET `/users/all`\n\n```\nReturns all users\n```\n\n```json\n    [\n  {\n    \"_id\": \"56e106752457fbe02bde7b8f\",\n    \"email\": \"dylan@bandforgeapp.com\",\n    \"password\": \"$2a$10$OVqU/e5XfxeDCVChFy4ceehRby1xEyMDBcs6n2RHDn50Mqw4zhtAe\",\n    \"__v\": 0\n  }    ]\n```\n\n### POST `/users`\n\n```\nCreate a new user\n```\n\n```json\n    {\n        \"email\":\"dylan@bandforgeapp.com\",\n        \"password\":\"password\"\n    }\n```\n\n### POST `/users/auth/`\n\ntakes a user object to login the user\n\n```json\n    {\n        \"email\":\"dylan@bandforgeapp.com\",\n        \"password\":\"password\"\n    }\n```\n\n## Client\n\nEvery User has a list of clients. To attach a new client to that user\n\nPOST `/clients/` Takes the following object:\n\n```json\n{\n    \"contact_name\":\"John Doe\",\n    \"contact_email\":\"john@doerecords.com\",\n    \"status\":\"open\",\n    \"location\":\"Boston\",\n    \"active\":\"true\"\n}\n```\n\nand will return\n\n```json\n{\n  \"__v\": 0,\n  \"contact_name\": \"John Doe\",\n  \"contact_email\": \"john@doerecords.com\",\n  \"location\": \"Boston\",\n  \"_id\": \"56e10bb616d6ccb92ca41054\",\n  \"active\": true,\n  \"status\": \"open\",\n  \"joined\": \"2016-03-10T05:52:54.824Z\"\n}\n```\n\n### POST `/project/`\n\nTakes this object\n\n```json\n{\n    \"name\":\"Hard Luck Final Album\",\n    \"date_created\":\"06/12/2015\",\n    \"date_started\":\"06/12/2015\",\n    \"due_date\":\"06/12/2016\"\n}\n```\n\nand will return\n\n```json\n{\n  \"__v\": 0,\n  \"owner\": \"56f8623bf02c6c3a50b9edff\",\n  \"project_lead\": \"56f8623bf02c6c3a50b9edff\",\n  \"name\": \"Hard Luck Final Album\",\n  \"due_date\": \"2016-06-12T06:00:00.000Z\",\n  \"_id\": \"56f9ff0b06709472037954c0\",\n  \"track_listing\": [],\n  \"engineers\": [],\n  \"date_started\": \"2015-06-12T06:00:00.000Z\",\n  \"date_created\": \"2015-06-12T06:00:00.000Z\"\n}\n```\n\nAfter creating a project, you can then go and assign project leads, engineers, and setup tracks for that project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylanlott%2Fstudiomanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdylanlott%2Fstudiomanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylanlott%2Fstudiomanager/lists"}