{"id":24736676,"url":"https://github.com/rustammdev/blog-backedn","last_synced_at":"2026-04-15T11:37:25.907Z","repository":{"id":274045365,"uuid":"921691396","full_name":"rustammdev/blog-backedn","owner":"rustammdev","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-28T20:40:25.000Z","size":225,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-07T07:20:41.048Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/rustammdev.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-24T12:36:53.000Z","updated_at":"2025-01-28T20:40:28.000Z","dependencies_parsed_at":"2025-09-07T17:47:07.084Z","dependency_job_id":null,"html_url":"https://github.com/rustammdev/blog-backedn","commit_stats":null,"previous_names":["rustammdev/blog-backedn"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rustammdev/blog-backedn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustammdev%2Fblog-backedn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustammdev%2Fblog-backedn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustammdev%2Fblog-backedn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustammdev%2Fblog-backedn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rustammdev","download_url":"https://codeload.github.com/rustammdev/blog-backedn/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustammdev%2Fblog-backedn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278621847,"owners_count":26017253,"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-10-06T02:00:05.630Z","response_time":65,"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-01-27T21:26:50.937Z","updated_at":"2025-10-06T13:41:25.581Z","avatar_url":"https://github.com/rustammdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NestJS API Documentation\n\nThis document provides a quick overview of the endpoints and functionality implemented in this NestJS application. It includes routes for user authentication and blog post management.\n\n## Authentication Routes\n\nBase URL: `http://localhost:5000/api/v1/auth`\n\n1. **Get all users**  \n   **GET** `/`\n\n   - Retrieves a list of all users.\n\n2. **Login user**  \n   **POST** `/login`\n\n   - Authenticates a user with valid credentials.\n\n3. **Register user**  \n   **POST** `/register`\n\n   - Creates a new user.\n\n4. **Delete user**  \n   **DELETE** `/delete`\n\n   - Deletes a specific user.\n\n5. **Check user auth status**  \n   **GET** `/status`\n   - Verifies the current authentication status of a user.\n\n---\n\n## Blog Routes\n\nBase URL: `http://localhost:5000/api/v1/blog`\n\n1. **Get all posts**  \n   **GET** `/`\n\n   - Retrieves all blog posts. Supports pagination using query parameters:  \n     Example: `/posts?page=2\u0026limit=5`\n\n2. **Get posts by user ID**  \n   **GET** `/user`\n\n   - Retrieves all posts created by a specific user.\n\n3. **Get post by ID**  \n   **GET** `/:id`\n\n   - Retrieves details of a specific post using its ID.\n\n4. **Create post**  \n   **POST** `/`\n\n   - Creates a new blog post.\n\n5. **Delete post**  \n   **DELETE** `/:id`\n\n   - Deletes a specific post by its ID.\n\n6. **Update post**  \n   **PATCH** `/:id`\n   - Updates a specific post by its ID.\n\n---\n\nThis documentation provides all the required endpoints and their purposes. Use it as a reference while working on or integrating with this NestJS application.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustammdev%2Fblog-backedn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frustammdev%2Fblog-backedn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustammdev%2Fblog-backedn/lists"}