{"id":25006495,"url":"https://github.com/geozi/nodejs-typescript-contact-manager","last_synced_at":"2026-04-07T21:32:16.467Z","repository":{"id":274784204,"uuid":"924061891","full_name":"geozi/nodejs-typescript-contact-manager","owner":"geozi","description":"Contains the backend implementation of a Contact Manager API.","archived":false,"fork":false,"pushed_at":"2025-02-21T15:25:44.000Z","size":361,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T20:50:38.665Z","etag":null,"topics":["chai-as-promised","expressjs","jwt-authorization","layered-architecture","mocha-tests","mongoosejs","nodejs","pino-logs","restful-apis","sinonjs","typedoc"],"latest_commit_sha":null,"homepage":"","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/geozi.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,"zenodo":null}},"created_at":"2025-01-29T10:51:33.000Z","updated_at":"2025-02-21T15:25:48.000Z","dependencies_parsed_at":"2025-06-11T20:32:32.339Z","dependency_job_id":"b6f724fd-defd-43f9-a7e8-30d7de9f007f","html_url":"https://github.com/geozi/nodejs-typescript-contact-manager","commit_stats":null,"previous_names":["geozi/nodejs-typescript-contact-manager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/geozi/nodejs-typescript-contact-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geozi%2Fnodejs-typescript-contact-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geozi%2Fnodejs-typescript-contact-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geozi%2Fnodejs-typescript-contact-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geozi%2Fnodejs-typescript-contact-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geozi","download_url":"https://codeload.github.com/geozi/nodejs-typescript-contact-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geozi%2Fnodejs-typescript-contact-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31530641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"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":["chai-as-promised","expressjs","jwt-authorization","layered-architecture","mocha-tests","mongoosejs","nodejs","pino-logs","restful-apis","sinonjs","typedoc"],"created_at":"2025-02-05T01:49:48.399Z","updated_at":"2026-04-07T21:32:16.424Z","avatar_url":"https://github.com/geozi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nodejs-typescript-contact-manager\n\n![Demo App](https://img.shields.io/badge/demo_app-blue)\n\n## About the project\n\nContains the backend implementation of a Contact Manager API. It exposes REST APIs for contact and user profile management:\n\n- User registration,\n- User login,\n- User profile update,\n- User retrieval by username,\n- User retrieval by email,\n- User retrieval by role,\n- Contact group creation,\n- Contact group update,\n- Contact group deletion,\n- Contact group retrieval by name,\n- Contact creation,\n- Contact update,\n- Contact deletion,\n- Contact retrieval by email.\n\n## Prerequisites\n\n- Nodejs (v22.13.1)[^1],\n- MongoDB.\n\n## Testing\n\nA thorough presentation of the tests conducted during development can be found in the [QA-test-plan](/QA-test-plan.md).\n\n## Security\n\n- **Authentication**: Single factor, local authentication.\n- **Authorization**: JSON Web Token (JWT)\n\n## Differences with previous Typescript projects\n\nCompared to the [Task Manager API](https://github.com/geozi/nodejs-typescript-task-manager) project, the Contact Manager API project uses:\n\n- a syntactical pattern for git commits similar to the one proposed in [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/):\n\n  `\u003ctype\u003e[optional scope]: \u003cdescription\u003e`,\n\n- [pino](https://github.com/pinojs/pino) for generating and saving log messages,\n- api versioning,\n- a common directory for all custom error classes to take advantage of class inheritance:\n\n  ![Custom error class inheritance](img/custom_error_classes.png)\n\n##\n\n[^1]: According to the [Release Schedule](https://nodejs.org/en/about/previous-releases), Node.js v22 will enter its maintenance phase in the last quarter of 2025. During that period, it is recommended that the project should migrate to the latest active LTS version.\n\n\u003cp align=\"center\"\u003e\n        \u003ca href=\"https://github.com/LelouchFR/skill-icons\"\u003e\n        \u003cimg src=\"https://go-skill-icons.vercel.app/api/icons?i=vscode,nodejs,typescript,mocha,express,mongoose,mongo\"/\u003e\n      \u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeozi%2Fnodejs-typescript-contact-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeozi%2Fnodejs-typescript-contact-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeozi%2Fnodejs-typescript-contact-manager/lists"}