{"id":20911176,"url":"https://github.com/codeforgeek/login-signup-system-mongodb","last_synced_at":"2025-05-13T07:32:08.164Z","repository":{"id":41924774,"uuid":"267033502","full_name":"codeforgeek/login-signup-system-mongodb","owner":"codeforgeek","description":"Simple and working user registration and authentication system built using Node, MongoDB and Redis.","archived":false,"fork":false,"pushed_at":"2022-12-12T21:48:08.000Z","size":210,"stargazers_count":3,"open_issues_count":10,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-14T07:31:41.784Z","etag":null,"topics":["authentication","mongodb","nodejs","redis","signup","user-registration"],"latest_commit_sha":null,"homepage":"https://codeforgeek.com/login-registration-system-node-mongodb-redis/","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/codeforgeek.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}},"created_at":"2020-05-26T12:13:01.000Z","updated_at":"2023-03-14T01:54:07.000Z","dependencies_parsed_at":"2023-01-28T01:45:46.645Z","dependency_job_id":null,"html_url":"https://github.com/codeforgeek/login-signup-system-mongodb","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/codeforgeek%2Flogin-signup-system-mongodb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforgeek%2Flogin-signup-system-mongodb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforgeek%2Flogin-signup-system-mongodb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforgeek%2Flogin-signup-system-mongodb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeforgeek","download_url":"https://codeload.github.com/codeforgeek/login-signup-system-mongodb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225188775,"owners_count":17435134,"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":["authentication","mongodb","nodejs","redis","signup","user-registration"],"created_at":"2024-11-18T14:19:36.690Z","updated_at":"2024-11-18T14:19:37.354Z","avatar_url":"https://github.com/codeforgeek.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple User Login and Signup System \n\nThis is a simple and working user registration and authentication system built using Node, MongoDB and Redis. \n\nMongoDB acts as a primary data store and Redis is used as a external session store. \n\n## Requirements\n\nYou need to have following softwares installed in your system.\n\n* Node (v11.15.0 or higher)\n* MongoDB\n* Redis\n\n## How to run\n\nClone the repository and switch to it using the terminal.\n\nInstall the node dependencies.\n\n```\nnpm install\n```\n\nChange the config.json file according to your system configuration.\n\n```\n{\n  \"mongodbURL\": \"mongodb://localhost:27017/userDemo\",\n  \"redisHost\": \"localhost\",\n  \"redisPort\": 6379,\n  \"sessionSecret\": \"some-secret-hash\",\n  \"port\": 3000,\n  \"env\": \"development\"\n}\n```\n\nThen run the application using the following command.\n\n```\nnode app.js\n```\n\nNavigate your browser to ```localhost:3000``` to view the app. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeforgeek%2Flogin-signup-system-mongodb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeforgeek%2Flogin-signup-system-mongodb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeforgeek%2Flogin-signup-system-mongodb/lists"}