{"id":15190491,"url":"https://github.com/nia3zzz/MERN---Firebase-Auth-Testing","last_synced_at":"2025-10-16T06:30:33.574Z","repository":{"id":236143480,"uuid":"792003322","full_name":"nia3zzz/MERN---Firebase-Auth-Testing","owner":"nia3zzz","description":"This MERN app allows users to create a account using their gmail account with the help of firebase. It has functionality for hashing the passwords with bcryptjs before saving in DB, saving cookies in local storage during login process with the help of jsonwebtoken and saving every single accounts created in MongoDB.","archived":false,"fork":false,"pushed_at":"2024-05-27T05:35:28.000Z","size":2219,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T00:22:34.102Z","etag":null,"topics":["bcryptjs","dotenv","express-router","expressjs","firebase","firebase-auth","jsonwebtoken","mern-stack","mongoosejs","nodejs","nodemon","react-router","reactjs"],"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-04-25T19:36:59.000Z","updated_at":"2024-05-27T05:35:31.000Z","dependencies_parsed_at":"2024-09-11T11:16:20.449Z","dependency_job_id":"c5fd1c7b-6c3e-49cc-b991-7e22a700e996","html_url":"https://github.com/nia3zzz/MERN---Firebase-Auth-Testing","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":0.2727272727272727,"last_synced_commit":"914c83e6e9976bcacf7b9012160c581faf1f55c8"},"previous_names":["mushfiqurniazzz/mern---firebase-auth-testing","nia3zzz/mern---firebase-auth-testing"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nia3zzz/MERN---Firebase-Auth-Testing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nia3zzz%2FMERN---Firebase-Auth-Testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nia3zzz%2FMERN---Firebase-Auth-Testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nia3zzz%2FMERN---Firebase-Auth-Testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nia3zzz%2FMERN---Firebase-Auth-Testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nia3zzz","download_url":"https://codeload.github.com/nia3zzz/MERN---Firebase-Auth-Testing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nia3zzz%2FMERN---Firebase-Auth-Testing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279162585,"owners_count":26117240,"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-16T02:00:06.019Z","response_time":53,"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":["bcryptjs","dotenv","express-router","expressjs","firebase","firebase-auth","jsonwebtoken","mern-stack","mongoosejs","nodejs","nodemon","react-router","reactjs"],"created_at":"2024-09-27T20:40:17.438Z","updated_at":"2025-10-16T06:30:33.171Z","avatar_url":"https://github.com/nia3zzz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eMERN - Firebase Auth Project\u003c/h1\u003e\n\n\nhttps://github.com/mushfiqurniazzz/MERN---Firebase-Auth-Testing/assets/148959859/4525d79d-0803-4978-934c-c69367c45699\n\n\n\u003cp\u003eThis MERN app allows users to create a account using their gmail account with the help of firebase. It has functionality for hashing the passwords with bcryptjs before saving in DB, saving cookies in local storage during login process with the help of jsonwebtoken and saving every single accounts created in MongoDB. It uses MongoDB as the database to store data, 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 users to easily signup and login.\u003c/p\u003e\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 \u003crepository_url\u003e\n\n2. \u003cb\u003eNavigate to Project Directory\u003c/b\u003e: Move into the project directory:\n\n   cd \u003cproject_directory\u003e\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 following variables:\n\n   MONGODB_URI=your_mongodb_uri\n   PORT=5000\n   CLIENT_PORT=3000\n\n   Replace `your_mongodb_uri` with your MongoDB connection URI. Customize the `PORT` and `CLIENT_PORT` variables if needed.\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\u003eFirebase\u003c/b\u003e: Read this doc for better understanding. https://firebase.google.com/docs/reference/node\n\n7. \u003cb\u003eAccess the App\u003c/b\u003e: Open your web browser and navigate to `http://localhost:3000` to access the app. You can now use the app locally on your machine, connected to your MongoDB database using the URI specified in the `.env` file.\n\n8. \u003cb\u003eNote\u003c/b\u003e: The 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnia3zzz%2FMERN---Firebase-Auth-Testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnia3zzz%2FMERN---Firebase-Auth-Testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnia3zzz%2FMERN---Firebase-Auth-Testing/lists"}