{"id":18605958,"url":"https://github.com/ardwiinoo/express-rest-typescript","last_synced_at":"2026-05-01T04:34:47.213Z","repository":{"id":189440176,"uuid":"680682601","full_name":"ardwiinoo/express-rest-typescript","owner":"ardwiinoo","description":"⚡exploring REST API with express ts and git hooks utility","archived":false,"fork":false,"pushed_at":"2023-09-17T12:41:48.000Z","size":379,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-02T22:49:54.283Z","etag":null,"topics":["express","husky","rest-api","typescript"],"latest_commit_sha":null,"homepage":"https://express-rest-typescript.vercel.app","language":"TypeScript","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/ardwiinoo.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,"zenodo":null}},"created_at":"2023-08-20T03:49:24.000Z","updated_at":"2024-05-18T01:57:49.000Z","dependencies_parsed_at":"2025-05-16T19:41:07.701Z","dependency_job_id":"dbe0bb55-9ece-4890-a5d9-fe51ca94acc1","html_url":"https://github.com/ardwiinoo/express-rest-typescript","commit_stats":null,"previous_names":["ardwiinoo/express-rest-typescript"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ardwiinoo/express-rest-typescript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardwiinoo%2Fexpress-rest-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardwiinoo%2Fexpress-rest-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardwiinoo%2Fexpress-rest-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardwiinoo%2Fexpress-rest-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ardwiinoo","download_url":"https://codeload.github.com/ardwiinoo/express-rest-typescript/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardwiinoo%2Fexpress-rest-typescript/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32485297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["express","husky","rest-api","typescript"],"created_at":"2024-11-07T02:23:43.698Z","updated_at":"2026-05-01T04:34:47.198Z","avatar_url":"https://github.com/ardwiinoo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# API Specs\n\n## Register User\nRequest :\n- Method : POST\n- Endpoint : `/register`\n- Header :\n    - Content-Type : application/json\n    - Accept : application/json\n- Body :\n```json\n{\n  \"email\" : \"string\",\n  \"name\" : \"string\",\n  \"password\" : \"string\"\n}\n```\n- Response :\n```json\n{\n  \"status\" : \"boolean\",\n  \"statusCode\" : \"number\",\n  \"message\" : \"string\"\n}\n```\n\n## Login User\nRequest :\n- Method : POST\n- Endpoint : `/login`\n- Header :\n    - Content-Type : application/json\n    - Accept : application/json\n- Body :\n```json\n{\n  \"email\" : \"string\",\n  \"password\" : \"string\"\n}\n```\n- Response :\n```json\n{\n  \"status\" : \"boolean\",\n  \"statusCode\" : \"number\",\n  \"message\" : \"string\",\n  \"data\" : {\n    \"accessToken\" : \"string\",\n    \"refreshToken\" : \"string\"\n  }\n}\n```\n\n## Refresh Token\nRequest :\n- Method : POST\n- Endpoint : `/refresh`\n- Header :\n    - Content-Type : application/json\n    - Accept : application/json\n- Body :\n```json\n{\n  \"refreshToken\" : \"string\",\n}\n```\n- Response :\n```json\n{\n  \"status\" : \"boolean\",\n  \"statusCode\" : \"number\",\n  \"message\" : \"string\",\n  \"data\" : {\n    \"accessToken\" : \"string\",\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fardwiinoo%2Fexpress-rest-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fardwiinoo%2Fexpress-rest-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fardwiinoo%2Fexpress-rest-typescript/lists"}