{"id":20716556,"url":"https://github.com/ferdiozer/address-book","last_synced_at":"2026-04-12T13:39:17.732Z","repository":{"id":133436717,"uuid":"484100298","full_name":"ferdiozer/address-book","owner":"ferdiozer","description":"Address Book","archived":false,"fork":false,"pushed_at":"2022-04-27T13:28:20.000Z","size":907,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T07:26:51.373Z","etag":null,"topics":["docker","fastify","microservices","mongodb","nodejs","reactjs"],"latest_commit_sha":null,"homepage":"","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/ferdiozer.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":"2022-04-21T15:12:49.000Z","updated_at":"2022-04-25T10:11:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"351cb15a-a243-44f3-a9e5-2f69bff30bc0","html_url":"https://github.com/ferdiozer/address-book","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ferdiozer/address-book","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferdiozer%2Faddress-book","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferdiozer%2Faddress-book/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferdiozer%2Faddress-book/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferdiozer%2Faddress-book/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ferdiozer","download_url":"https://codeload.github.com/ferdiozer/address-book/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferdiozer%2Faddress-book/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268017357,"owners_count":24181669,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"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":["docker","fastify","microservices","mongodb","nodejs","reactjs"],"created_at":"2024-11-17T03:06:03.586Z","updated_at":"2026-04-12T13:39:17.698Z","avatar_url":"https://github.com/ferdiozer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# Address Book\n\nMicroservice architecture\n\n\n\n### Service\n**Node JS**\n```\ncd services/auth\nnpm i\nnpm start\n```\n\n### Client (web)\n**React JS**\n```\ncd client/web\nnpm i\nnpm start\n```\n\n\n\n\n#### pm2\n```\n# Start all applications\npm2 start ecosystem.config.js\n\n# Stop all\npm2 stop ecosystem.config.js\n\n# Restart all\npm2 restart ecosystem.config.js\n\n# Reload all\npm2 reload ecosystem.config.js\n\n# Delete all\npm2 delete ecosystem.config.js\n```\n\n\n\n\n\n#### services\n\n**main**\n**auth**\n\n\n##### Api Docs\n\n###### AUTH\n```\n// base URL = \"http://localhost:6201/api/v1\"\n\nPOST\n/users (new user)\nrequest body\n{\n    name:\"\",\n    email:\"\",\n    password:\"\"\n}\n\nPOST\n/login\nrequest body\n{\n    email:\"\",\n    password:\"\"\n}\nresponse\n{\n    \"result\": {\n        \"userId\": \"62640a6b26302b462c90b8e3\",\n        \"created\": \"2022-04-25T09:52:42.943Z\",\n        \"_id\": \"62666f6a786e07e3fdbd8ec8\",\n        \"user\": {\n            \"_id\": \"62640a6b26302b462c90b8e3\",\n            \"name\": \"Test\",\n            \"email\": \"test4@mail.com\",\n            \"username\": \"\",\n            \"created\": \"2022-04-23T14:17:15.693Z\"\n        }\n    }\n}\n\nGET\n/users\nrequest header\n{\n    Authorization:\"62640beee9d031a6b771f7f2\",\n}\nresponse\n{\n    \"result\": {\n        \"_id\": \"62640beee9d031a6b771f7f2\",\n        \"userId\": \"62640a6b26302b462c90b8e3\",\n        \"created\": \"2022-04-23T14:23:42.375Z\",\n        \"user\": {\n            \"_id\": \"62640a6b26302b462c90b8e3\",\n            \"name\": \"Test\",\n            \"email\": \"test4@mail.com\",\n            \"username\": \"\",\n            \"created\": \"2022-04-23T14:17:15.693Z\"\n        }\n    }\n}\n\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferdiozer%2Faddress-book","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fferdiozer%2Faddress-book","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferdiozer%2Faddress-book/lists"}