{"id":18351811,"url":"https://github.com/codeslash21/cc_mini","last_synced_at":"2025-10-10T07:17:53.430Z","repository":{"id":171246258,"uuid":"576044157","full_name":"codeslash21/cc_mini","owner":"codeslash21","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-30T22:34:34.000Z","size":4551,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T07:17:52.954Z","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/codeslash21.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":"2022-12-08T22:05:35.000Z","updated_at":"2022-12-08T22:29:43.000Z","dependencies_parsed_at":"2024-04-24T01:54:56.969Z","dependency_job_id":"bcd07b98-ae03-47b0-af5a-ad170e1da42c","html_url":"https://github.com/codeslash21/cc_mini","commit_stats":null,"previous_names":["codeslash21/cc_mini"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codeslash21/cc_mini","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeslash21%2Fcc_mini","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeslash21%2Fcc_mini/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeslash21%2Fcc_mini/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeslash21%2Fcc_mini/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeslash21","download_url":"https://codeload.github.com/codeslash21/cc_mini/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeslash21%2Fcc_mini/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003168,"owners_count":26083533,"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-10T02:00:06.843Z","response_time":62,"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-05T21:32:58.586Z","updated_at":"2025-10-10T07:17:53.415Z","avatar_url":"https://github.com/codeslash21.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Getting started\ninstall the folloing s/w\n\n- nodejs\n- nodemon\n- mysql\n\nopen the project folder in VS Code and in terminal run\n`npm install` - to install the dependencies from the package.json file.\n\n\u003e In line 14 in app.js you have to replace the \"password\" with the password that you gave during installation of mysql. And, you may need to change the user from \"root\" to other if \"root\" is not the user for your case during installatino of mysql.\n\nThen open mysql CLI for client and run the following sql query seperately -\n\n```\ncreate database join_us;\n```\n```\nuse join_us;\n```\n```\nCREATE TABLE users (\n    email VARCHAR(255) PRIMARY KEY,\n    created_at TIMESTAMP DEFAULT NOW()\n);\n```\n\nAfter the above steps run in the vs code terminal\n```\nnodemon app.js\n```\nand open the app @'localhost:3000'\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeslash21%2Fcc_mini","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeslash21%2Fcc_mini","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeslash21%2Fcc_mini/lists"}