{"id":23636535,"url":"https://github.com/ryand1234/discussion-forum","last_synced_at":"2026-04-15T16:02:02.625Z","repository":{"id":37027414,"uuid":"257070352","full_name":"Ryand1234/Discussion-forum","owner":"Ryand1234","description":"A MEAN stack Discussion site","archived":false,"fork":false,"pushed_at":"2023-04-03T13:33:01.000Z","size":1574,"stargazers_count":1,"open_issues_count":31,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-28T06:13:19.228Z","etag":null,"topics":["angular-cli","discussion-forum","node-js"],"latest_commit_sha":null,"homepage":"https://discuss-forum.herokuapp.com","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/Ryand1234.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}},"created_at":"2020-04-19T18:14:41.000Z","updated_at":"2024-01-25T17:07:20.000Z","dependencies_parsed_at":"2023-02-07T06:45:45.870Z","dependency_job_id":null,"html_url":"https://github.com/Ryand1234/Discussion-forum","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryand1234%2FDiscussion-forum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryand1234%2FDiscussion-forum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryand1234%2FDiscussion-forum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryand1234%2FDiscussion-forum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ryand1234","download_url":"https://codeload.github.com/Ryand1234/Discussion-forum/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239565609,"owners_count":19660159,"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":["angular-cli","discussion-forum","node-js"],"created_at":"2024-12-28T06:13:22.223Z","updated_at":"2025-11-09T03:30:38.822Z","avatar_url":"https://github.com/Ryand1234.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# APIs For Backend of Discussion Forum\n\n## Authentication Routes\n### Register\n`/user/register` Method Type : POST\n\nRequire\n```\n{\n  name\n  email\n  password\n  mobile\n  username\n}\n```\n\nReturn\n\n```\n{\n  \"msg\" : \"User Registered\"\n}\n```\n\n### Login\n`/user/login` Method Type : POST\n\nRequire\n```\n{\n  email\n  password\n}\n```\n\nReturn\n\n```\n{\n  \"msg\" : \"User Logged In\"\n}\n```\n\n### Profile\n`/user/profile`  Method Type: GET\n\nReturn\n```\n{\n  name : user's name,\n  mobile : user's mobile,\n  email : user's email\n}\n```\n\n### Public Profile\n`/user/:id`  Method Type : GET\n\n\nReturn\n```\n{\n  name : user's name,\n  mobile : user's mobile,\n  email : user's email\n}\n```\n\n\n### Logout\n`/user/logout`  Method Type : GET\n\nReturn\n```\n{\n  \"msg\" : \"User Logged Out\"\n}\n```\n\n\n### Update Profile\n`/user/update`  Method Type : POST\n\n\nOptional\n```\n{\n  name\n  mobile\n  username\n}\n```\n\nReturn \n```\n{\n  \"msg\" : \"Profile Updated\"\n}\n```\n\n\n## Thread Routes\n### Create Thread\n`/thread/new`  Method Type: POST\n\nRequire\n```\n{\n  topic\n  category\n  thread\n}\n```\n\nReturn\n```\n{\n  \"msg\" : \"Thread Created\"\n}\n```\n\n### Show All Threads\n`/thread/all`  Method Type : GET\n\nReturn \n\n` Array of All the Threads `\n\n\n### Single Thread\n`/thread/:id`  Method Type: GET\n\n\n### Making Comment on a Thread\n`/thread/comment`  Method Type: POST\n\nRequire\n```\n{\n  txt\n}\n```\n\nReturn\n\n` Updated Thread `\n\n\n### Like a Thread\n`/thread/like/:id` Method Type: GET\n\nReturn \n\n`  Updated Thread `\n\n### Disike a Thread\n`/thread/dilike/:id` Method Type: GET\n\nReturn \n`  Updated Thread `\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryand1234%2Fdiscussion-forum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryand1234%2Fdiscussion-forum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryand1234%2Fdiscussion-forum/lists"}