{"id":20826408,"url":"https://github.com/0xvashishth/askoverflow-server","last_synced_at":"2025-05-07T20:38:09.217Z","repository":{"id":111855630,"uuid":"534576781","full_name":"0xvashishth/askoverflow-server","owner":"0xvashishth","description":"Backend server for Askoverflow","archived":false,"fork":false,"pushed_at":"2024-02-15T16:41:04.000Z","size":714,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-07T20:37:56.671Z","etag":null,"topics":["api","api-server","express","javascript","jwt-authentication","mongodb","mongoose","nodejs","nodejs-server"],"latest_commit_sha":null,"homepage":"https://askoverflow-server.vashishth-patel.repl.co/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0xvashishth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-09-09T09:18:26.000Z","updated_at":"2022-11-16T12:46:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"9ccf1efc-1c53-4fd2-8ab5-88891be53010","html_url":"https://github.com/0xvashishth/askoverflow-server","commit_stats":null,"previous_names":["0xvashishth/askoverflow-server"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xvashishth%2Faskoverflow-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xvashishth%2Faskoverflow-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xvashishth%2Faskoverflow-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xvashishth%2Faskoverflow-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xvashishth","download_url":"https://codeload.github.com/0xvashishth/askoverflow-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252954125,"owners_count":21830892,"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":["api","api-server","express","javascript","jwt-authentication","mongodb","mongoose","nodejs","nodejs-server"],"created_at":"2024-11-17T23:09:06.327Z","updated_at":"2025-05-07T20:38:09.197Z","avatar_url":"https://github.com/0xvashishth.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\u003cimg src=\"https://user-images.githubusercontent.com/76911582/198497528-58826a25-b6ca-40cf-839c-b410c933e9a5.png\" width=\"25px\"/\u003e Askoverflow Server \u003cimg src=\"https://user-images.githubusercontent.com/76911582/198497528-58826a25-b6ca-40cf-839c-b410c933e9a5.png\" width=\"25px\"/\u003e\u003c/h1\u003e\n\n\n\u003ch3 align=\"center\"\u003eA backend server for \u003ca href=\"https://github.com/vasu-1/askoverflow-client\"\u003easkoverflow client\u003c/a\u003e\u003c/h3\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://github.com/vasu-1/askoverflow-server\"\u003e\u003cimg src=\"https://sloc.xyz/github/vasu-1/askoverflow-server?style=for-the-badge\" alt=\"total lines\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/vasu-1/askoverflow-server\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/vasu-1/askoverflow-server\" alt=\"Stars\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/vasu-1/askoverflow-server/network/members\"\u003e\u003cimg src=\"https://img.shields.io/github/forks/vasu-1/askoverflow-server\" alt=\"Forks\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/vasu-1/askoverflow-server/commits\"\u003e\u003cimg alt=\"GitHub last commit\" src=\"https://img.shields.io/github/last-commit/vasu-1/askoverflow-server?logo=github\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n---\n\n- :link: Link Of Askoverflow Website: [link](https://askoverflow.netlify.app/)\n- :link: Link Of Server: [link](https://askoverflow-server.vashishth-patel.repl.co/)\n\n---\n\n# About :computer:\n  \n- This is a backend server for askoverflow client and built with APIs. \n- Basically, This is the clone of stackoverflow.\n- I have used mongoDB for NoSQL database. \n- I have used express for API communication. \n- I have used JWT Token Authentication to authenticate the API calls.\n- I have also added mailing functionality.\n- App is built on \u003ca href=\"https://replit.com/~\" \u003eReplit\u003c/a\u003e\n\n---\n\n# Features :chart_with_upwards_trend:\n- It contains JWT Safe Authenticatio login/logout system.\n- All functions will be done with API call.\n- There are some public API calls like, anyone can see all the questions and can see the answers, but cannot do actions which `requires authentication`.\n- Authenticate User can ask/edit/delete the question.\n- Authenticate Users can answer/edit/delete their respective answers.\n- Authenticate User can upvote or downvote the answer only once. Users can not upvote/downvote more than once.\n- Authenticate User and only the owner of the question can verify any particular answer.\n- The client's website also supports Markdown formatting.\n- Authenticate users can see all their answers and all questions posted by him/her can see the data including votes, body, link, etc. on the profile page.\n- Mail will be sent to the user when he/she gets registered(using nodemailer).\n- Only required data will be sent in the response.\n\n---\n\n# Tech Stack 👨‍💻\n\n![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?logo=javascript\u0026logoColor=%23F7DF1E)\n![MongoDB](https://img.shields.io/badge/MongoDB-%234ea94b.svg?logo=mongodb\u0026logoColor=white)\n![NodeJS](https://img.shields.io/badge/node.js-6DA55F?logo=node.js\u0026logoColor=white)\n![JWT](https://img.shields.io/badge/JWT-black?logo=JSON%20web%20tokens)\n![REST API](https://img.shields.io/badge/rest%20api%20-%23323330.svg?\u0026logo=rest\u0026logoColor=%23F7DF1E)\n\n---\n\n*Show your love by staring my repo !!*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xvashishth%2Faskoverflow-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xvashishth%2Faskoverflow-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xvashishth%2Faskoverflow-server/lists"}