{"id":37318147,"url":"https://github.com/jahidhiron/node-blog-api","last_synced_at":"2026-01-16T03:13:53.008Z","repository":{"id":191308220,"uuid":"684379096","full_name":"jahidhiron/node-blog-api","owner":"jahidhiron","description":"This repository contains a simple Node.js blog API developed for educational purposes, particularly for teaching on Udemy. It provides a basic foundation for understanding how to create RESTful APIs using Node.js, Express.js, and MongoDB.","archived":false,"fork":false,"pushed_at":"2024-07-26T10:30:47.000Z","size":86,"stargazers_count":6,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-07-26T11:59:41.580Z","etag":null,"topics":["expressjs","mongodb","mongoose","nodejs","restfulapi"],"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/jahidhiron.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":"2023-08-29T02:39:10.000Z","updated_at":"2024-07-26T10:30:50.000Z","dependencies_parsed_at":"2024-06-04T18:15:28.452Z","dependency_job_id":null,"html_url":"https://github.com/jahidhiron/node-blog-api","commit_stats":null,"previous_names":["jahidhiron/node-blog-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jahidhiron/node-blog-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jahidhiron%2Fnode-blog-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jahidhiron%2Fnode-blog-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jahidhiron%2Fnode-blog-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jahidhiron%2Fnode-blog-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jahidhiron","download_url":"https://codeload.github.com/jahidhiron/node-blog-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jahidhiron%2Fnode-blog-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T03:13:13.607Z","status":"ssl_error","status_checked_at":"2026-01-16T03:11:47.863Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["expressjs","mongodb","mongoose","nodejs","restfulapi"],"created_at":"2026-01-16T03:13:52.935Z","updated_at":"2026-01-16T03:13:52.988Z","avatar_url":"https://github.com/jahidhiron.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nodejs Blog REST API\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n## Description\n\nThis repository contains a simple Node.js blog API developed for educational purposes, particularly for teaching on Udemy. It provides a basic foundation for understanding how to create RESTful APIs using Node.js, Express.js, and MongoDB.\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Features](#features)\n- [API Endpoints](#endpoints)\n- [Technology](#technology)\n- [Decision](#decision)\n- [License](#license)\n\n## Installation\n\nInstall MongoDb Database\n\n```bash\ngit clone git@github.com:jahidhiron/node-blog-api.git\ncd node-blog-api\nnpm install\n```\n\n## Usage\n\n```bash\nnpm start\n```\n\n## Features\n\n- Authentication and Authorization\n- Add, Update, Delete blog posts\n- Search and filter blogs with pagination\n- Sending email\n- Flexible and easy-to-use API endpoints\n- Scalable and well-documented codebase\n\n\n## API Endpoints\n\nLook at 'api-collection/api-collection.json' file for API end point\n\n\n## Technology\n\n1. Used `node.js` runtime environment for server side\n2. `Express.js` web framework\n3. To validate request, I have used `express-validator`\n4. `SendGrid` is used to send email\n\n\n## Decision\n\n1. `Why nodejs/Express?: ` Node. js uses non-blocking, event-driven I/O to remain lightweight and efficient in the face of data-intensive real-time applications that run across distributed devices.\n2. I have used pagination instead of loading all data at a time. Initially, it loads 10 items\n3. Authentication, authorization, user verify, recover password are added to this app\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%2Fjahidhiron%2Fnode-blog-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjahidhiron%2Fnode-blog-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjahidhiron%2Fnode-blog-api/lists"}