{"id":20138671,"url":"https://github.com/developerwilliams/mern-auth-system","last_synced_at":"2026-02-17T09:45:54.858Z","repository":{"id":236384956,"uuid":"792503565","full_name":"DeveloperWilliams/MERN-auth-system","owner":"DeveloperWilliams","description":"This is a simple MERN User Registration, and Login System. ","archived":false,"fork":false,"pushed_at":"2024-05-31T20:19:37.000Z","size":5099,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-31T21:37:22.444Z","etag":null,"topics":["express-js","mongodb","nodejs","react"],"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/DeveloperWilliams.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-04-26T20:04:19.000Z","updated_at":"2024-05-31T21:37:27.377Z","dependencies_parsed_at":null,"dependency_job_id":"91a8068c-b983-4886-94c9-dc1568f17a94","html_url":"https://github.com/DeveloperWilliams/MERN-auth-system","commit_stats":null,"previous_names":["developerwilliams/simple-mern-login","developerwilliams/mern-auth-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DeveloperWilliams/MERN-auth-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperWilliams%2FMERN-auth-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperWilliams%2FMERN-auth-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperWilliams%2FMERN-auth-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperWilliams%2FMERN-auth-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeveloperWilliams","download_url":"https://codeload.github.com/DeveloperWilliams/MERN-auth-system/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperWilliams%2FMERN-auth-system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279446911,"owners_count":26171840,"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-17T02:00:07.504Z","response_time":56,"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":["express-js","mongodb","nodejs","react"],"created_at":"2024-11-13T21:40:18.067Z","updated_at":"2025-10-18T01:14:39.933Z","avatar_url":"https://github.com/DeveloperWilliams.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cspan style=\"color:blue\"\u003eFullstack MERN Login System\u003c/span\u003e\n\nThis is a simple login system implemented using Express.js and MongoDB, with password hashing for security.\n\n## \u003cspan style=\"color:blue\"\u003eFeatures\u003c/span\u003e\n\n- **Signup:** Allows users to create new accounts by providing their name, email, and password.\n- **Login:** Enables registered users to log in using their email and password.\n- **Password Hashing:** Securely hashes passwords using bcrypt before storing them in the database.\n- **Validation:** Validates user input for signup and login forms.\n- **Error Handling:** Provides error messages for incorrect login attempts and internal server errors.\n\n## \u003cspan style=\"color:blue\"\u003eTechnologies Used\u003c/span\u003e\n\n- **Express.js:** Fast, unopinionated, minimalist web framework for Node.js.\n- **MongoDB:** NoSQL database used for storing user data.\n- **Mongoose:** MongoDB object modeling tool for Node.js.\n- **bcrypt:** Library for hashing passwords.\n- **express-validator:** Middleware for input validation in Express.js.\n\n## \u003cspan style=\"color:blue\"\u003eSetup\u003c/span\u003e\n\n1. **Clone the Repository:**\n   ```bash\n   git clone https://github.com/your-username/login-system.git\n   ```\n\n2. **Install Dependencies:**\n   ```bash\n   cd login-system\n   npm install\n   ```\n\n3. **Configure MongoDB:**\n   - Make sure MongoDB is installed and running on your system.\n   - Update the connection string in `app.js` to point to your MongoDB instance.\n\n4. **Run the Application:**\n   ```bash\n   npm start\n   ```\n   The application should now be running on `http://localhost:8080`.\n\n## \u003cspan style=\"color:blue\"\u003eUsage\u003c/span\u003e\n\n- **Signup:**\n  - Navigate to `http://localhost:8080/signup`.\n  - Fill in the signup form with your name, email, and password.\n  - Click the \"Register\" button to create your account.\n\n- **Login:**\n  - Navigate to `http://localhost:8080/login`.\n  - Enter your email and password in the login form.\n  - Click the \"Login\" button to log in.\n\n## \u003cspan style=\"color:blue\"\u003eContributing\u003c/span\u003e\n\nContributions are welcome! Please feel free to submit a pull request or open an issue if you encounter any problems or have suggestions for improvements.\n\n## \u003cspan style=\"color:blue\"\u003eLicense\u003c/span\u003e\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloperwilliams%2Fmern-auth-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeveloperwilliams%2Fmern-auth-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloperwilliams%2Fmern-auth-system/lists"}