{"id":19912007,"url":"https://github.com/madjava/subscription-service","last_synced_at":"2025-10-05T14:52:57.429Z","repository":{"id":40556958,"uuid":"228039790","full_name":"madjava/subscription-service","owner":"madjava","description":"Subscription As A Service - A NodeJS app to manage user subscriptions","archived":false,"fork":false,"pushed_at":"2025-09-25T21:42:07.000Z","size":569,"stargazers_count":0,"open_issues_count":17,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-25T23:40:16.589Z","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/madjava.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-12-14T14:51:25.000Z","updated_at":"2025-05-22T16:46:12.000Z","dependencies_parsed_at":"2024-11-12T21:31:18.146Z","dependency_job_id":"315a1de6-99dd-43ae-be23-01e41dd85a7f","html_url":"https://github.com/madjava/subscription-service","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/madjava/subscription-service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madjava%2Fsubscription-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madjava%2Fsubscription-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madjava%2Fsubscription-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madjava%2Fsubscription-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madjava","download_url":"https://codeload.github.com/madjava/subscription-service/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madjava%2Fsubscription-service/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278470181,"owners_count":25992203,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"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":[],"created_at":"2024-11-12T21:27:49.968Z","updated_at":"2025-10-05T14:52:57.407Z","avatar_url":"https://github.com/madjava.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Start a Docker MySql instance\n\n```bash\ndocker run --name subscription-as-a-service -e MYSQL_ROOT_PASSWORD=my-secret-pw -p 3306:3306 -d mysql:5.7\n\n```\n```sql\nCREATE SCHEMA SubscriptionAsAService CHARACTER SET utf8mb4;\n```\n\n```bash\ndocker run --name plans-db -e MYSQL_ROOT_PASSWORD=my-secret-pw -p 3307:3306 -d mysql:5.7\n```\n\n```sql\nCREATE schema PlansDb CHARACTER SET \"utf8mb4\"\n```\n\n```bash\ndocker run --name subscriptions-db -e MYSQL_ROOT_PASSWORD=my-secret-pw -p 3308:3306 -d mysql:5.7\n```\n\n```sql\nCREATE schema SubscriptionsDb CHARACTER SET 'utf8mb4';\n```\n\n```bash\ndocker run --name auth-db -e MYSQL_ROOT_PASSWORD=my-secret-pw -p 3309:3306 -d mysql:5.7\n```\n\n```sql\nCREATE schema Users CHARACTER SET 'utf8mb4';\n```\n\n```bash\nsequelize model:generate --name Plan --attributes name:string,price:float,type:string,userId:integer --force\n```\n\n```bash\nsequelize model:generate --name Subscription --attributes planId:integer,coupon:string,cardnumber:string,holderName:string,expirationDate:string,cvv:string --force  \n```\n\n```bash\nsequelize db:migrate\n```\n\n```bash\n docker run --name plans-cache -p 6380:6379 -d redis\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadjava%2Fsubscription-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadjava%2Fsubscription-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadjava%2Fsubscription-service/lists"}