{"id":19702958,"url":"https://github.com/jayvirrathi/restify-rest-api","last_synced_at":"2026-05-06T04:32:42.994Z","repository":{"id":123949139,"uuid":"336837336","full_name":"Jayvirrathi/restify-rest-api","owner":"Jayvirrathi","description":"REST API with Node.js, MongoDB, Restify \u0026 JWT","archived":false,"fork":false,"pushed_at":"2021-02-14T07:16:40.000Z","size":118,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-27T16:52:40.799Z","etag":null,"topics":["mongodb","nodejs","rest-api","restify"],"latest_commit_sha":null,"homepage":"","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/Jayvirrathi.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-07T16:46:44.000Z","updated_at":"2021-02-14T09:12:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"dced9556-a07e-41b4-9d7d-d06d943d1aea","html_url":"https://github.com/Jayvirrathi/restify-rest-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jayvirrathi/restify-rest-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jayvirrathi%2Frestify-rest-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jayvirrathi%2Frestify-rest-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jayvirrathi%2Frestify-rest-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jayvirrathi%2Frestify-rest-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jayvirrathi","download_url":"https://codeload.github.com/Jayvirrathi/restify-rest-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jayvirrathi%2Frestify-rest-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32678611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["mongodb","nodejs","rest-api","restify"],"created_at":"2024-11-11T21:16:36.927Z","updated_at":"2026-05-06T04:32:42.986Z","avatar_url":"https://github.com/Jayvirrathi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Restify REST API with Node.js, MongoDB\n\n\u003e A Basic Node.js project with JWT\n\n## Build Setup\n\n```bash\n# install dependencies\nnpm install\n\n# serve at http://localhost:4000/\n\nnpm start\n```\n\n## Prerequisites\n\n-   Nodejs\n-   MongoDB\n\n**Request:**\n\n```json\nPOST auth/register\n\n{\n    \"email\": \"elon@gmail.com\",\n    \"password\": \"test@1234\"\n}\n\nPOST api/auth\n{\n    \"email\": \"elon@gmail.com\",\n    \"password\": \"test@1234\"\n}\n\nPOST api/debtors\n\n{\n    \"name\": \"bill\",\n    \"email\": \"bill@gmail.com\",\n    \"phone\": \"9999988888\",\n    \"debt\": \"5000\"\n}\n\nGET api/debtors/\n\nGET api/debtors/:id\n\nPUT api/debtors/:id\n{\n    \"name\": \"bill\",\n    \"email\": \"bill@gmail.com\",\n    \"phone\": \"9999988888\",\n    \"debt\": \"6000\"\n}\n\nDELETE api/debtors/:id\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayvirrathi%2Frestify-rest-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjayvirrathi%2Frestify-rest-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayvirrathi%2Frestify-rest-api/lists"}