{"id":22369564,"url":"https://github.com/nightdevilpt/blogsphere-server-v2","last_synced_at":"2025-03-26T16:23:22.015Z","repository":{"id":197696170,"uuid":"699143685","full_name":"NightDevilPT/blogsphere-server-v2","owner":"NightDevilPT","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-26T03:57:15.000Z","size":82,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T19:34:04.392Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://blogsphere-server-v2.vercel.app","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/NightDevilPT.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-10-02T02:34:06.000Z","updated_at":"2023-10-02T02:40:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"231fc7fd-63e1-4869-8592-ef1001c8a8a9","html_url":"https://github.com/NightDevilPT/blogsphere-server-v2","commit_stats":null,"previous_names":["nightdevilpt/blogsphere-server-v2"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NightDevilPT%2Fblogsphere-server-v2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NightDevilPT%2Fblogsphere-server-v2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NightDevilPT%2Fblogsphere-server-v2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NightDevilPT%2Fblogsphere-server-v2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NightDevilPT","download_url":"https://codeload.github.com/NightDevilPT/blogsphere-server-v2/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245689855,"owners_count":20656482,"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":[],"created_at":"2024-12-04T19:26:31.271Z","updated_at":"2025-03-26T16:23:21.986Z","avatar_url":"https://github.com/NightDevilPT.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to [BlogSphere]()\n\n### BlogSphere is a APIs server for blogs related.\n\n## [Folder Tree Structure]()\n\n```bash\n.\n|── constants\n|\t|── Response.js\n|\t|── Status.js\n|\n|── controllers\n|\t|── blog\n|\t|── user\n|\t\t|── AddUser.js\n|\t\t|── ForgetPassword.js\n|\t\t|── GetProfile.js\n|\t\t|── LoginUser.js\n|\t\t|── UpdatePassword.js\n|\t\t|── UpdateProfile.js\n|\t\t|── VerifyUser.js\n|\n|── libs\n|\t|── FetchData.js\n|\t|── HashPassword.js\n|\t|── JwtToken.js\n|\t|── UploadImage.js\n|\n|── middleware\n|\t|── ConnectDB.js\n|\t|── HeaderMiddleware.js\n|\t|── multer.js\n|\n|── models\n|\t|── userModel.js\n|\n|── routes\n|\t|── userRoute.js\n|\n|── SendMail\n|\t|── UpdateSendLink.js\n|\t|── VerifySendMail.js\n|\n|── .gitignore\n|── config.js\n|── firebaseconfig.js\n|── index.js\n|── package-lock.json\n|── package.json\n|── Readme.md\n|── vercel.json\n\n```\n\n## [User Routes]() ( /user )\n\nThis is UserRoute for Adding, Update, and Deleting User account\n\n### Post [/user/create]()\n\n-   [x] This route add a new user if user does not exists.if user already exists then thorw response message\n\n### Required Body Data :\n\n| Key      | Type   | Example          |\n| :------- | :----- | :--------------- |\n| username | String | Username         |\n| email    | String | username@dev.com |\n| password | String | 123456           |\n\n### Status Response :\n\n| Status       | Code |\n| :----------- | :--- |\n| Created      | 201  |\n| Server Error | 500  |\n| Exist        | 403  |\n\n## [Blog Routes]() ( /blog )\n\n## [Comment Routes]() ( /comment )\n\n-   [x] done\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnightdevilpt%2Fblogsphere-server-v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnightdevilpt%2Fblogsphere-server-v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnightdevilpt%2Fblogsphere-server-v2/lists"}