{"id":20138663,"url":"https://github.com/developerwilliams/mern-blog-app","last_synced_at":"2025-07-31T18:32:10.141Z","repository":{"id":243564050,"uuid":"812767333","full_name":"DeveloperWilliams/MERN-Blog-App","owner":"DeveloperWilliams","description":"This is a Professional MERN Blog App. One can create Blogs, Read, Edit and Delete blogs. One can also also like posts, etc(Not yet completed)","archived":false,"fork":false,"pushed_at":"2024-07-31T06:35:02.000Z","size":16387,"stargazers_count":21,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T20:05:56.095Z","etag":null,"topics":["authorization","blog","expressjs","jwt-authentication","mern-stack","mongodb","nodejs","react"],"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/DeveloperWilliams.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-09T20:22:47.000Z","updated_at":"2025-01-10T14:39:12.000Z","dependencies_parsed_at":"2024-06-21T12:34:46.022Z","dependency_job_id":"beb4fd4b-77cd-4dde-a64c-f67170e4cccd","html_url":"https://github.com/DeveloperWilliams/MERN-Blog-App","commit_stats":null,"previous_names":["developerwilliams/mern-blog-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperWilliams%2FMERN-Blog-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperWilliams%2FMERN-Blog-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperWilliams%2FMERN-Blog-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperWilliams%2FMERN-Blog-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeveloperWilliams","download_url":"https://codeload.github.com/DeveloperWilliams/MERN-Blog-App/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248085013,"owners_count":21045135,"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":["authorization","blog","expressjs","jwt-authentication","mern-stack","mongodb","nodejs","react"],"created_at":"2024-11-13T21:40:09.098Z","updated_at":"2025-04-09T18:08:49.497Z","avatar_url":"https://github.com/DeveloperWilliams.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MERN Blog App\n\n## Description\n\nThe MERN Blog App is a full-stack blogging application built using the MERN stack (MongoDB, Express.js, React, Node.js). This application allows users to create, read, update, and delete blog posts. It also includes user authentication and authorization, allowing users to register and log in to manage their own posts..\n\n## Images\n\n### Login Form\n\n![Image Three](img/login.png)\n\n### Signup Form\n\n![Image Two](img/signup.png)\n\n### Home Page\n\n![Image One](img/home.png)\n\n\n## Features\n\n- **User Authentication:** Register, Login, Logout\n- **CRUD Operations:** Create, Read, Update, and Delete blog posts\n- **User-specific Post Management:** Users can manage their own posts\n- **Responsive Design:** Ensures usability across various devices\n\n## Technologies Used\n\n### Frontend\n\n- **React:** A JavaScript library for building user interfaces\n- **Redux:** State management library\n- **Axios:** Promise-based HTTP client\n- **CSS:** Styling\n\n### Backend\n\n- **Node.js:** JavaScript runtime built on Chrome's V8 JavaScript engine\n- **Express.js:** Web framework for Node.js\n\n### Database\n\n- **MongoDB:** NoSQL database\n- **Mongoose:** MongoDB object modeling tool\n\n### Authentication\n\n- **JSON Web Tokens (JWT):** For secure user authentication\n- **bcrypt:** For password hashing\n\n## Installation\n\n### Prerequisites\n\n- **Node.js:** Install from [Node.js official website](https://nodejs.org/)\n- **MongoDB:** Install from [MongoDB official website](https://www.mongodb.com/)\n\n### Steps\n\n1. **Clone the repository:**\n\n   ```sh\n   git clone https://github.com/DeveloperWilliams/MERN-Blog-App.git\n   cd mern-blog-app\n\n   ```\n\n2. **Install dependencies for both frontend and backend:**\n\n   ```sh\n   cd client\n   npm install\n   cd ../server\n   npm install\n   ```\n\n3. **Set up environment variables:**\n\n   PORT=5000\n   MONGODB_URI=\u003cYour-MongoDB-URI\u003e\n   JWT_SECRET=\u003cYour-JWT-Secret\u003e\n\n4. **Run the application:**\n\n   ```sh\n   cd server\n   npm install\n   npm start\n   ```\n\n   Terminal two\n\n   ```sh\n    cd server\n    npm install\n    npm start\n   ```\n\n\n## Contributing\n\nWe welcome contributions from the community! If you'd like to contribute, please follow these steps:\n\n1. Fork the repository to your own GitHub account.\n2. Clone the forked repository to your local machine.\n3. Create a new branch with a descriptive name for your feature or bug fix.\n4. Make your changes and commit them with clear and descriptive commit messages\n5. Push your changes to your forked repository.\n6. Open a Pull Request to the main repository, providing a detailed description of your changes and the problem they solve.\n\nPlease make sure your code adheres to my coding standards and passes all tests. Thanks!\n\n\n## License\n\nThis project is licensed under the MIT License \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloperwilliams%2Fmern-blog-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeveloperwilliams%2Fmern-blog-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloperwilliams%2Fmern-blog-app/lists"}