{"id":24373614,"url":"https://github.com/nia3zzz/login-system---node--mysql--react","last_synced_at":"2026-04-08T12:33:35.136Z","repository":{"id":241771858,"uuid":"804992361","full_name":"nia3zzz/Login-System---Node--MySQL--React","owner":"nia3zzz","description":"This Login System is a fullstack web app thats authenticates user, with functionalities for saving a user with hashed password in DB, logging in a user by comparing the typed and hashed password and saves a token in the localstorage after login. It uses MYSQL as the database, Express.js for handling server-side logic, React.js for rendering UI.","archived":false,"fork":false,"pushed_at":"2024-05-30T17:14:11.000Z","size":195,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T02:31:10.824Z","etag":null,"topics":["async-await","authentication","axios","bcryptjs","bootstrap5","expressjs","full-stack-web-development","mysql","mysql2","nodejs","react-router-dom","reactjs","single-page-app"],"latest_commit_sha":null,"homepage":"","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/nia3zzz.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-05-23T17:09:00.000Z","updated_at":"2025-08-22T08:28:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"810e2b68-206c-4c98-990c-30a2ede87c90","html_url":"https://github.com/nia3zzz/Login-System---Node--MySQL--React","commit_stats":null,"previous_names":["mushfiqurniazzz/login-system---node--mysql--react","nia3zzz/login-system---node--mysql--react"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nia3zzz/Login-System---Node--MySQL--React","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nia3zzz%2FLogin-System---Node--MySQL--React","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nia3zzz%2FLogin-System---Node--MySQL--React/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nia3zzz%2FLogin-System---Node--MySQL--React/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nia3zzz%2FLogin-System---Node--MySQL--React/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nia3zzz","download_url":"https://codeload.github.com/nia3zzz/Login-System---Node--MySQL--React/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nia3zzz%2FLogin-System---Node--MySQL--React/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31556233,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T10:21:54.569Z","status":"ssl_error","status_checked_at":"2026-04-08T10:21:38.171Z","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":["async-await","authentication","axios","bcryptjs","bootstrap5","expressjs","full-stack-web-development","mysql","mysql2","nodejs","react-router-dom","reactjs","single-page-app"],"created_at":"2025-01-19T05:11:57.691Z","updated_at":"2026-04-08T12:33:35.109Z","avatar_url":"https://github.com/nia3zzz.png","language":"JavaScript","readme":"\u003ch1\u003eLogin System - Node, MySQL, React\u003c/h1\u003e\n\u003cp\u003eThis Login System is a fullstack web app thats authenticates user, with functionalities for saving a user with hashed password in DB, logging in a user by comparing the typed and hashed password and saving a token in the local-storage after login. It uses MYSQL as the database to store users, Express.js for handling server-side logic, React.js for building the user interface, and Node.js for server-side runtime environment. The app provides a seamless experience for developers to authenticate users.\u003c/p\u003e\n\n\nhttps://github.com/mushfiqurniazzz/Login-System---Node--MySQL--React/assets/148959859/ff672ae5-23d1-40a8-b57a-298a745db105\n\n\n\u003ch3\u003eRunning the Project Locally\u003c/h3\u003e\n  \u003cp\u003eTo run this project on your local machine, follow these steps:\n\n1. \u003cb\u003eClone the Repository\u003c/b\u003e: Clone this repository to your local machine:\n\n   git clone https://github.com/mushfiqurniazzz/Login-System---Node--MySQL--React\n\n2. \u003cb\u003eNavigate to Project Directory\u003c/b\u003e: Move into the project directory, repeat step 3 for frontend as well:\n\n   cd backend || frontend\n\n3. \u003cb\u003eInstall Dependencies\u003c/b\u003e: Install the necessary dependencies using npm or yarn:\n\n   npm install\n\n   or\n\n   yarn\n\n4. \u003cb\u003eSetup Environment Variables\u003c/b\u003e: Create a `.env` file in the root of your project directory and add the variables mentioned in .env.sample\n\n5. \u003cb\u003eStart the Development Server\u003c/b\u003e: Run the following command to start the development server:\n\n   npm start\n\n6. \u003cb\u003eAccess the App\u003c/b\u003e: Open your web browser and navigate to `http://localhost:3000[server], http://localhost:5173[frontend]` to access the app. You can now use the app locally on your machine, connected to your MySQL database using the credentials specified in the `.env` file.\n7. \u003cb\u003eNote: \u003c/b\u003eThe project may not work if you do not install dependencies in both front end and backend. So you would have to apply step 2 and 3 twice, once in frontend and once in backend.\n\u003c/p\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnia3zzz%2Flogin-system---node--mysql--react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnia3zzz%2Flogin-system---node--mysql--react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnia3zzz%2Flogin-system---node--mysql--react/lists"}