{"id":15692273,"url":"https://github.com/btc415/mern_auth_dashboard","last_synced_at":"2025-05-08T02:33:24.818Z","repository":{"id":210189414,"uuid":"725953642","full_name":"BTC415/MERN_Auth_dashboard","owner":"BTC415","description":"MERN Login \u0026 Register Dashboard (My SQL, Express, React \u0026 Nodejs)","archived":false,"fork":false,"pushed_at":"2023-12-13T20:53:21.000Z","size":99472,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T16:39:32.120Z","etag":null,"topics":["axios","cors","expressjs","mern-stack","mysql","nextjs","nodejs","react","react-native"],"latest_commit_sha":null,"homepage":"","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BTC415.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":"berthutapea","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://saweria.co/berthutapea"]}},"created_at":"2023-12-01T08:10:31.000Z","updated_at":"2024-12-18T21:48:24.000Z","dependencies_parsed_at":"2024-02-01T11:05:27.445Z","dependency_job_id":null,"html_url":"https://github.com/BTC415/MERN_Auth_dashboard","commit_stats":null,"previous_names":["topcoder415/mern_auth_dashboard","dodger213/mern_auth_dashboard","btc415/mern_auth_dashboard"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BTC415%2FMERN_Auth_dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BTC415%2FMERN_Auth_dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BTC415%2FMERN_Auth_dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BTC415%2FMERN_Auth_dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BTC415","download_url":"https://codeload.github.com/BTC415/MERN_Auth_dashboard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252987074,"owners_count":21836285,"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":["axios","cors","expressjs","mern-stack","mysql","nextjs","nodejs","react","react-native"],"created_at":"2024-10-03T18:30:28.302Z","updated_at":"2025-05-08T02:33:24.614Z","avatar_url":"https://github.com/BTC415.png","language":"SCSS","funding_links":["https://github.com/sponsors/berthutapea","https://saweria.co/berthutapea"],"categories":[],"sub_categories":[],"readme":"\u003cH1 align =\"center\" \u003e MERN LOGIN \u0026 REGISTER DASHBOARD  \u003c/h1\u003e\n\u003ch5  align =\"center\"\u003e \nFullstack open source login \u0026 register dashboard application made with MySql, Express, React \u0026 Nodejs (MERN) \u003c/h5\u003e\n\u003cbr/\u003e\n\n  * [Configuration and Setup](#configuration-and-setup)\n  * [Key Features](#key-features)\n  * [Technologies used](#technologies-used)\n      - [Frontend](#frontend)\n      - [Backend](#backend)\n      - [Database](#database)\n  * [📸 Screenshots](#screenshots)\n\n## Configuration and Setup\n\nIn order to run this project locally, simply fork and clone the repository or download as zip and unzip on your machine.\n\n- Open the project in your prefered code editor.\n- Go to terminal -\u003e New terminal (If you are using VS code)\n- Split your terminal into two (run the client on one terminal and the server on the other terminal)\n\nIn the first terminal\n\n```\n$ cd client\n$ npm install (to install client-side dependencies)\n$ npm run dev(to start the client)\n```\n\nIn the second terminal\n\n- Create your MySQL database, which you will use as your database\n- Supply the following credentials\n\n```\n# --- Terminal ---\n\n$ cd server\n$ npm install (to install server-side dependencies)\n$ npm start (to start the server)\n```\n\n##  Key Features\n\n- User registration and login\n- Authentication using JWT Tokens\n- Responsive Design\n\n\u003cbr/\u003e\n\n##  Technologies used\n\nThis project was created using the following technologies.\n\n####  Frontend \n\n- [React js ](https://www.npmjs.com/package/react) - JavaScript library that is used for building user interfaces specifically for single-page applications\n- [React Hooks  ](https://reactjs.org/docs/hooks-intro.html) - For managing and centralizing application state\n- [react-router-dom](https://www.npmjs.com/package/react-router-dom) - To handle routing\n- [axios](https://www.npmjs.com/package/axios) - For making Api calls\n- [SCSS](https://sass-lang.com/) - For User Interface\n- [React icons](https://react-icons.github.io/react-icons/) -\n Small library that helps you add icons  to your react apps.\n\n\n####  Backend \n\n- [Node js](https://nodejs.org/en/) -A runtime environment to help build fast server applications using JS\n- [Express js](https://www.npmjs.com/package/express) -The server for handling and routing HTTP requests\n- [mysql](https://www.npmjs.com/package/mysql) - For authentication\n- [cors](https://www.npmjs.com/package/uuid) - Provides a Connect/Express middleware\n\n####  Database \n\n - [MySQL ](https://www.mysql.com/) - It provides a free cloud service to store MongoDB collections.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtc415%2Fmern_auth_dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbtc415%2Fmern_auth_dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtc415%2Fmern_auth_dashboard/lists"}