{"id":19093981,"url":"https://github.com/bekcodingaddict/login-and-registration-using-mern-stack-","last_synced_at":"2026-06-17T06:31:41.630Z","repository":{"id":191875668,"uuid":"676438490","full_name":"BekCodingAddict/Login-and-Registration-using-MERN-Stack-","owner":"BekCodingAddict","description":"In MERN stack development, the login and registration system typically refers to the implementation of user authentication and authorization functionalities using MongoDB, Express.js, React.js, and Node.js. Here's a brief overview of how it's typically done.","archived":false,"fork":false,"pushed_at":"2024-10-04T17:40:13.000Z","size":1825,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-22T07:56:25.310Z","etag":null,"topics":["back-end-development","front-end-development","fullstack-development","mern-stack-development"],"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/BekCodingAddict.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":"2023-08-09T07:46:32.000Z","updated_at":"2024-10-04T17:40:17.000Z","dependencies_parsed_at":"2024-11-09T03:27:43.787Z","dependency_job_id":"d63ec8ea-c7f1-4093-9221-809109b998a5","html_url":"https://github.com/BekCodingAddict/Login-and-Registration-using-MERN-Stack-","commit_stats":null,"previous_names":["bekcodingaddict/login-and-registration-using-mern-stack-"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BekCodingAddict/Login-and-Registration-using-MERN-Stack-","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BekCodingAddict%2FLogin-and-Registration-using-MERN-Stack-","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BekCodingAddict%2FLogin-and-Registration-using-MERN-Stack-/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BekCodingAddict%2FLogin-and-Registration-using-MERN-Stack-/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BekCodingAddict%2FLogin-and-Registration-using-MERN-Stack-/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BekCodingAddict","download_url":"https://codeload.github.com/BekCodingAddict/Login-and-Registration-using-MERN-Stack-/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BekCodingAddict%2FLogin-and-Registration-using-MERN-Stack-/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34437449,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"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":["back-end-development","front-end-development","fullstack-development","mern-stack-development"],"created_at":"2024-11-09T03:26:55.997Z","updated_at":"2026-06-17T06:31:41.611Z","avatar_url":"https://github.com/BekCodingAddict.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Login-and-Registration-using-MERN-Stack\n### About:\n  - In MERN stack development, the login and registration system typically refers to the implementation of user authentication and authorization functionalities using MongoDB, Express.js, React.js, and Node.js. Here's a brief overview of how it's typically done:\n  - MongoDB: MongoDB is used as the database to store user information such as usernames, passwords (usually hashed for security), email addresses, and any other relevant data.\n  - Express.js: Express.js is used to create the server-side logic and APIs (Application Programming Interfaces) for handling user authentication and registration requests. It's common to use libraries like Passport.js for implementing authentication strategies such as local authentication (using username and password) or OAuth (for social media authentication).\n  - React.js: React.js is used to create the user interface (UI) for the login and registration forms. These forms typically collect user input such as username, email, and password and send requests to the server for authentication or registration.\nNode.js: Node.js is used as the server runtime environment to handle HTTP requests from the frontend (React.js) and interact with the database (MongoDB). It runs the Express.js application and serves as the backend logic for user authentication and registration.\n\n- [x] \u003cb\u003eTools\u003c/b\u003e:\n  - [ ] Front-End:\n    - Reduxjs/toolkit\n    - Antd\n    - Axios\n    - BcryptJS\n    - JSONwebToken\n    - NodeMailer\n    - React-Redux\n    - React-Router-DOM\n  - [ ] Back-End:\n    - React ReduxJS/Toolkit\n    - BcryptJS\n    - Dotenv\n    - JSONwebToken\n    - Mongoose\n    - Nodemon\n\n# How to run ?\n  - [ ] 1. Terminal-\u003e npm i\n    - nodemon server\n  - [ ] 2. Terminal-\u003ecd client -\u003e npm i\n    - npm start\n      \n# Getting Started with Create React App\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in your browser.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\\\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### Code Splitting\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)\n\n### Analyzing the Bundle Size\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)\n\n### Making a Progressive Web App\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)\n\n### Advanced Configuration\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)\n\n### Deployment\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)\n\n### `npm run build` fails to minify\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbekcodingaddict%2Flogin-and-registration-using-mern-stack-","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbekcodingaddict%2Flogin-and-registration-using-mern-stack-","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbekcodingaddict%2Flogin-and-registration-using-mern-stack-/lists"}