{"id":21321954,"url":"https://github.com/nia3zzz/Blog-App---React--MySQL--Node","last_synced_at":"2025-07-12T05:30:31.330Z","repository":{"id":244294822,"uuid":"813267106","full_name":"nia3zzz/Blog-App---React--MySQL--Node","owner":"nia3zzz","description":"This blog app allows users to perform CRUD operations on both blog posts and users. It uses MySQL as the database to store data, Express.js for handling server-side logic, React.js for building the user interface, Firebase authentication method and Node.js for server-side runtime environment.","archived":false,"fork":false,"pushed_at":"2024-08-18T06:36:02.000Z","size":215,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-15T03:06:51.280Z","etag":null,"topics":["blogapp-node","expressjs","firebase","firebase-auth","full-stack-web-development","fullstack-javascript","js-cookie","jsonwebtoken","mysql2","nodejs","react-router-dom","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-06-10T19:50:00.000Z","updated_at":"2025-04-09T13:42:39.000Z","dependencies_parsed_at":"2024-06-28T10:04:34.410Z","dependency_job_id":"0a8543b8-57ed-433a-b5fe-3842c1f109a6","html_url":"https://github.com/nia3zzz/Blog-App---React--MySQL--Node","commit_stats":null,"previous_names":["mushfiqurniazzz/blog-app---react--mysql--node","nia3zzz/blog-app---react--mysql--node"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nia3zzz/Blog-App---React--MySQL--Node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nia3zzz%2FBlog-App---React--MySQL--Node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nia3zzz%2FBlog-App---React--MySQL--Node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nia3zzz%2FBlog-App---React--MySQL--Node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nia3zzz%2FBlog-App---React--MySQL--Node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nia3zzz","download_url":"https://codeload.github.com/nia3zzz/Blog-App---React--MySQL--Node/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nia3zzz%2FBlog-App---React--MySQL--Node/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264941508,"owners_count":23686500,"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":["blogapp-node","expressjs","firebase","firebase-auth","full-stack-web-development","fullstack-javascript","js-cookie","jsonwebtoken","mysql2","nodejs","react-router-dom","reactjs"],"created_at":"2024-11-21T20:12:05.801Z","updated_at":"2025-07-12T05:30:31.309Z","avatar_url":"https://github.com/nia3zzz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eBlog App - React, MySQL, Node\u003c/h1\u003e\n\u003cp\u003eThis blog app allows users to perform CRUD operations on both blog posts and users. It uses MySQL as the database to store data, Express.js for handling server-side logic, React.js for building the user interface, Firebase authentication method and Node.js for server-side runtime environment. The app provides a seamless experience for users creating blog posts.\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 https://github.com/mushfiqurniazzz/Blog-App---React--MySQL--Node\n\n2. \u003cb\u003eNavigate to Project Directory\u003c/b\u003e: Move into the project directory:\n\n   cd server || client\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 both of your project directories and add the variables mentioned in the `.env.sample`\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\u003eAccess the App\u003c/b\u003e: Open your web browser and navigate to `http://localhost:5000[server], http://localhost:5173[frontend]` to access the app. You can now use the app locally on your machine, connected to your MySQL database using the URI specified in the `.env` file.\n\n7. \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%2FBlog-App---React--MySQL--Node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnia3zzz%2FBlog-App---React--MySQL--Node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnia3zzz%2FBlog-App---React--MySQL--Node/lists"}