{"id":25767049,"url":"https://github.com/somnathkar000/user-registration","last_synced_at":"2025-02-26T23:18:55.331Z","repository":{"id":162584967,"uuid":"637106339","full_name":"SomnathKar000/User-registration","owner":"SomnathKar000","description":" This is a web application that allows users to register, login, and manage their personal details, including changing their name and password. The application follows the given use cases and handles error scenarios.","archived":false,"fork":false,"pushed_at":"2024-11-30T06:08:18.000Z","size":2732,"stargazers_count":3,"open_issues_count":9,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-30T07:21:36.754Z","etag":null,"topics":["becrypt","expressjs","jsonwebtoken","matrial-ui","mongodb","nodejs","reactjs"],"latest_commit_sha":null,"homepage":"https://user-registration-somnath000.vercel.app","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/SomnathKar000.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-05-06T14:25:30.000Z","updated_at":"2024-10-13T10:14:26.000Z","dependencies_parsed_at":"2023-09-27T08:56:03.294Z","dependency_job_id":"a1792483-9a80-41b7-95fe-062f611eb737","html_url":"https://github.com/SomnathKar000/User-registration","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SomnathKar000%2FUser-registration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SomnathKar000%2FUser-registration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SomnathKar000%2FUser-registration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SomnathKar000%2FUser-registration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SomnathKar000","download_url":"https://codeload.github.com/SomnathKar000/User-registration/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240948013,"owners_count":19883088,"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","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":["becrypt","expressjs","jsonwebtoken","matrial-ui","mongodb","nodejs","reactjs"],"created_at":"2025-02-26T23:18:54.817Z","updated_at":"2025-02-26T23:18:55.316Z","avatar_url":"https://github.com/SomnathKar000.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# User Registration Web Application\r\n\r\nThis is a web application that allows users to register, login, and manage their personal details, including changing their name and password. The application follows the given use cases and handles error scenarios. It is implemented using Node.js, ReactJS, and MongoDB.\r\n\r\n## Home page\r\n![Home page](https://github-production-user-asset-6210df.s3.amazonaws.com/108184610/245683772-9371df94-731a-4bd8-a3d0-143c70df3ecc.png)\r\n## Sign up page\r\n![Sign up Page](https://github-production-user-asset-6210df.s3.amazonaws.com/108184610/245683795-a0b660c9-3a81-429d-b6b2-a577268d6bd7.png)\r\n## Login page\r\n![Login Page](https://github-production-user-asset-6210df.s3.amazonaws.com/108184610/245683784-92feec6e-b02f-41d7-946f-6bad5c4f6b31.png)\r\n\r\n## Features\r\n\r\n- User registration via email, name, and password.\r\n- User login via email and password.\r\n- Display of personal details on the main page after login.\r\n- Ability to change name and password details.\r\n- User logout functionality.\r\n- Proper error handling, including handling wrong password scenarios.\r\n\r\n## Technology Stack\r\n\r\n- Frontend: ReactJS, Material-UI\r\n- Backend: Node.js, Express.js\r\n- Database: MongoDB\r\n- Authentication: JWT (JSON Web Tokens)\r\n- Password Encryption: bcrypt.js\r\n\r\n## Demo\r\n\r\nCheck out the live demo of the website: [User-registration Website](https://user-registration-somnath000.vercel.app/)\r\n\r\n## Installation\r\n\r\n1. Clone the repository: `git clone https://github.com/SomnathKar000/User-registration`\r\n2. Navigate to the project directory: `cd User-registration`\r\n3. Change the directory to the backend folder: `cd backend`\r\n4. Install the backend dependencies: `npm install`\r\n5. Return to the previous directory: `cd ..`\r\n6. Install the frontend dependencies: `npm install`\r\n\r\n## Environment Variables\r\n\r\n1. Create an `.env` file in the root directory of the project.\r\n2. Define the following environment variables in the `.env` file:\r\n   - `DB_URL=\u003cyour-db-url\u003e` : The MongoDB URL for connecting to the database.\r\n   - `JWT_SECRET_KEY=\u003cyour-secret-key\u003e` : The secret key used for authentication.\r\n\r\n## Usage\r\n\r\n1. Start the backend server: `npm start` (from the project backend directory)\r\n2. Start the frontend server: `npm start` (from the project root directory)\r\n3. Open the application in your browser: `http://localhost:3000`\r\n\r\n## Contributing\r\n\r\nContributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.\r\n\r\n## Contact\r\n\r\nFor more information or questions, feel free to reach out:\r\n\r\n- Email: somnathkar2023@gmail.com\r\n- LinkedIn: [Somnath Kar](https://www.linkedin.com/in/somnath-kar-aa73aa1a3)\r\n- GitHub: [SomnathKar000](https://github.com/SomnathKar000)\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomnathkar000%2Fuser-registration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsomnathkar000%2Fuser-registration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomnathkar000%2Fuser-registration/lists"}