{"id":27615667,"url":"https://github.com/kevinmatamoros/react-full-stack","last_synced_at":"2026-05-04T09:32:38.250Z","repository":{"id":288452915,"uuid":"965341871","full_name":"KevinMatamoros/react-full-stack","owner":"KevinMatamoros","description":"Articles App","archived":false,"fork":false,"pushed_at":"2025-04-17T19:02:58.000Z","size":86,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T03:57:14.620Z","etag":null,"topics":["firebase-auth","mongodb-atlas","nodejs","react","react-router","render"],"latest_commit_sha":null,"homepage":"https://react-full-stack-deploy.onrender.com/","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/KevinMatamoros.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,"zenodo":null}},"created_at":"2025-04-13T00:10:03.000Z","updated_at":"2025-04-17T19:03:01.000Z","dependencies_parsed_at":"2025-04-18T06:23:51.418Z","dependency_job_id":"00ef39e8-2a7f-4f07-b75b-34038681b0b8","html_url":"https://github.com/KevinMatamoros/react-full-stack","commit_stats":null,"previous_names":["kevinmatamoros/react-full-stack"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinMatamoros%2Freact-full-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinMatamoros%2Freact-full-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinMatamoros%2Freact-full-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinMatamoros%2Freact-full-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KevinMatamoros","download_url":"https://codeload.github.com/KevinMatamoros/react-full-stack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250366716,"owners_count":21418769,"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":["firebase-auth","mongodb-atlas","nodejs","react","react-router","render"],"created_at":"2025-04-23T03:57:17.482Z","updated_at":"2025-10-10T00:46:20.224Z","avatar_url":"https://github.com/KevinMatamoros.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MERN Articles App 📝\n\nA basic blog application built using the MERN stack (MongoDB, Express, React, and Node.js). It allows users to browse and read blog posts.\n\n\u003e ⚠️ Note: This is a **read-only** blog. Creating, editing, or deleting posts is not enabled.\n\n## 🧰 Tech Stack\n\n- **Frontend**: React, React Router, Axios\n- **Backend**: Node.js, Express\n- **Database**: MongoDB (via Mongoose)\n\n## ⚙️ Features\n\n- View a list of all blog posts\n- Read full content of individual posts\n- Responsive and clean UI\n\n## 🚀 Getting Started\n\n### 1. Clone the repository\n\n```bash\ngit clone https://github.com/your-username/mern-blog.git\ncd mern-blog\n```\n\n### 2. Backend Setup\n\n```bash\ncd backend\nnpm install\n```\n\nCreate a `.env` file and add the following:\n\n```env\nPORT=5000\nMONGO_URI=mongodb://localhost:27017/mern-blog\n```\n\nStart the backend server:\n\n```bash\nnpm run dev\n```\n\n### 3. Frontend Setup\n\n```bash\ncd ../frontend\nnpm install\nnpm start\n```\n\n### 4. Open the App\n\nNavigate to: [http://localhost:3000](http://localhost:3000)\n\n## 📁 Project Structure\n\n```\nmern-blog/\n├── backend/\n│   ├── models/\n│   ├── routes/\n│   ├── controllers/\n│   └── server.js\n├── frontend/\n│   ├── src/\n│   │   ├── components/\n│   │   ├── pages/\n│   │   └── App.js\n```\n\n## 🛠 Useful Scripts\n\n### Backend\n\n```bash\nnpm run dev     # Runs the backend with nodemon\n```\n\n### Frontend\n\n```bash\nnpm start       # Starts React development server\n```\n\n## 📌 Notes\n\n- Ensure MongoDB is running locally on your machine.\n- You can update the `MONGO_URI` to connect to a MongoDB Atlas cloud instance if preferred.\n\n## 📄 License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinmatamoros%2Freact-full-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevinmatamoros%2Freact-full-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinmatamoros%2Freact-full-stack/lists"}