{"id":30809358,"url":"https://github.com/simran1002/s3-post-tags-api","last_synced_at":"2025-09-06T04:07:15.881Z","repository":{"id":309065395,"uuid":"1035062370","full_name":"simran1002/s3-post-tags-api","owner":"simran1002","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-09T15:26:24.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-09T17:29:52.877Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/simran1002.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-08-09T15:18:46.000Z","updated_at":"2025-08-09T15:26:27.000Z","dependencies_parsed_at":"2025-08-09T17:29:54.216Z","dependency_job_id":"b7ed11ee-b8c7-40a3-903f-57fa1ab79d05","html_url":"https://github.com/simran1002/s3-post-tags-api","commit_stats":null,"previous_names":["simran1002/s3-post-tags-api"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/simran1002/s3-post-tags-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simran1002%2Fs3-post-tags-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simran1002%2Fs3-post-tags-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simran1002%2Fs3-post-tags-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simran1002%2Fs3-post-tags-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simran1002","download_url":"https://codeload.github.com/simran1002/s3-post-tags-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simran1002%2Fs3-post-tags-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273854825,"owners_count":25180021,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-09-06T04:07:12.511Z","updated_at":"2025-09-06T04:07:15.852Z","avatar_url":"https://github.com/simran1002.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blog API\n\nA RESTful API for managing blog posts with tags and image upload functionality built with Node.js, Express, MongoDB, and AWS S3.\n\n\n## Installation\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/simran1002/s3-post-tags-api.git\n   cd blog-api\n   ```\n\n2. **Install dependencies**\n   ```bash\n   npm install\n   ```\n\n3. **Start the server**\n   ```bash\n   npm run dev\n\n   ```\n\n## API Documentation\n\nOnce the server is running, you can access the interactive API documentation at:\n```\nhttp://localhost:3000/api-docs\n```\n\n## API Endpoints\n\n### Tags\n\n| Method | Endpoint | Description |\n|--------|----------|-------------|\n| GET | `/api/tags` | Get all tags with pagination |\n| POST | `/api/tags` | Create a new tag |\n| GET | `/api/tags/:id` | Get a specific tag |\n| PUT | `/api/tags/:id` | Update a tag |\n| DELETE | `/api/tags/:id` | Delete a tag |\n\n### Posts\n\n| Method | Endpoint | Description |\n|--------|----------|-------------|\n| GET | `/api/posts` | Get all posts with filtering, sorting, and pagination |\n| POST | `/api/posts` | Create a new post (with image upload) |\n| GET | `/api/posts/:id` | Get a specific post |\n| PUT | `/api/posts/:id` | Update a post |\n| DELETE | `/api/posts/:id` | Delete a post |\n| GET | `/api/posts/search?q=keyword` | Search posts by keywords |\n| GET | `/api/posts/by-tag/:tagId` | Get posts by tag |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimran1002%2Fs3-post-tags-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimran1002%2Fs3-post-tags-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimran1002%2Fs3-post-tags-api/lists"}