{"id":19083433,"url":"https://github.com/emrd/nodejs-user-control-with-sql","last_synced_at":"2026-04-11T16:43:35.006Z","repository":{"id":253307033,"uuid":"843105559","full_name":"EmrD/nodejs-user-control-with-SQL","owner":"EmrD","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-15T19:52:05.000Z","size":2183,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T06:26:11.239Z","etag":null,"topics":["database","nodejs","relational-databases","sql","user-management"],"latest_commit_sha":null,"homepage":"","language":"Visual Basic 6.0","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/EmrD.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":"2024-08-15T19:45:06.000Z","updated_at":"2024-08-19T13:39:43.000Z","dependencies_parsed_at":"2024-08-15T21:57:16.398Z","dependency_job_id":null,"html_url":"https://github.com/EmrD/nodejs-user-control-with-SQL","commit_stats":null,"previous_names":["emrd/nodejs-user-control-with-sql"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EmrD/nodejs-user-control-with-SQL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmrD%2Fnodejs-user-control-with-SQL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmrD%2Fnodejs-user-control-with-SQL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmrD%2Fnodejs-user-control-with-SQL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmrD%2Fnodejs-user-control-with-SQL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EmrD","download_url":"https://codeload.github.com/EmrD/nodejs-user-control-with-SQL/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmrD%2Fnodejs-user-control-with-SQL/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31687881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["database","nodejs","relational-databases","sql","user-management"],"created_at":"2024-11-09T02:47:26.773Z","updated_at":"2026-04-11T16:43:34.975Z","avatar_url":"https://github.com/EmrD.png","language":"Visual Basic 6.0","funding_links":[],"categories":[],"sub_categories":[],"readme":"# User Registration and Login Application\n\nThis project is a Node.js application for simple user registration and login functionalities. It uses MySQL to store user data, and passwords are securely hashed using the `bcryptjs` library.\n\n## Requirements\n\n- Node.js\n- MySQL\n- `npm` or `yarn` (package manager)\n\n## Installation\n\n### 1. Clone the Repository\n\n```bash\ngit clone \u003crepository-url\u003e\ncd \u003crepository-directory\u003e\n```\n\n### Install Dependencies\n```bash\nnpm install\n\nyarn install\n```\n\n### Start the Server\n```bash\nnode index.js\n```\n\n### cURL Examples\n\n## Register\n\n```bash\ncurl -X POST http://localhost:3000/register \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"username\": \"testuser\", \"password\": \"password123\"}'\n```\n\n## Login\n\n```bash\ncurl -X POST http://localhost:3000/login \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"username\": \"testuser\", \"password\": \"password123\"}'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femrd%2Fnodejs-user-control-with-sql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femrd%2Fnodejs-user-control-with-sql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femrd%2Fnodejs-user-control-with-sql/lists"}