{"id":18550525,"url":"https://github.com/edtonatto/password-manager","last_synced_at":"2026-05-02T03:09:10.361Z","repository":{"id":166080555,"uuid":"622299509","full_name":"EdTonatto/password-manager","owner":"EdTonatto","description":"API that generate and store passwords","archived":false,"fork":false,"pushed_at":"2023-07-04T14:43:49.000Z","size":715,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-15T10:09:52.215Z","etag":null,"topics":["api","nestjs","password-manager","typescript"],"latest_commit_sha":null,"homepage":"","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/EdTonatto.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-04-01T17:44:06.000Z","updated_at":"2023-04-03T11:12:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"2bbb6b00-767b-4765-a556-6b5374f6316c","html_url":"https://github.com/EdTonatto/password-manager","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EdTonatto/password-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdTonatto%2Fpassword-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdTonatto%2Fpassword-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdTonatto%2Fpassword-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdTonatto%2Fpassword-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EdTonatto","download_url":"https://codeload.github.com/EdTonatto/password-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdTonatto%2Fpassword-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32521143,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"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":["api","nestjs","password-manager","typescript"],"created_at":"2024-11-06T21:05:03.444Z","updated_at":"2026-05-02T03:09:10.348Z","avatar_url":"https://github.com/EdTonatto.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./logo.png\" width=\"140px\" /\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca\u003e\u003cimg src=\"https://img.shields.io/github/package-json/v/EdTonatto/password-manager/main?label=main\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://codecov.io/gh/EdTonatto/password-manager\"\u003e\u003cimg src=\"https://codecov.io/gh/EdTonatto/password-manager/branch/main/graph/badge.svg?token=Rq1bCo9Tqr\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://app.codacy.com/gh/EdTonatto/password-manager/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade\"\u003e\u003cimg src=\"https://app.codacy.com/project/badge/Grade/85ea8c2adfac456e92dd44d5bddb393c\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/EdTonatto/password-manager/actions/workflows/node.js.yml\"\u003e\u003cimg src=\"https://github.com/EdTonatto/password-manager/actions/workflows/node.js.yml/badge.svg\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/EdTonatto/password-manager/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/EdTonatto/password-manager.svg\"/\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n# Password Manager\n\nPassword Manager is an API Rest to generate and store users passwords.\n\n## Objective\n- User authentication on API to protect some endpoints and data.\n- Generate random password using an [library](https://github.com/EdTonatto/generate-random-secure-password-ts)\n- Store this password on database. Users may be able to create, update, delete and list all passwords.\n\n## Specifications\n\nAPI developed in NodeJS with TypeScript using [NestJS](https://docs.nestjs.com/) framework, [Jest](https://jestjs.io/docs/getting-started) for unit tests and [MongoDB](https://www.mongodb.com/docs/) as database.\n\n## How to use\n\n1. Create an .env file at the root directory with your values for the following variables:\n    ```\n    MONGO_URL_CONNECTION=mongodb://your_mongodb/your_database\n    JWT_SECRET=your_jwt_secret\n    ```\n2. To execute unit tests run `npm run test` on terminal or `npm run test:cov` to generate coverage.\n2. To run API on docker run `docker-compose up -d --build` on terminal.\n\n## Endpoints\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedtonatto%2Fpassword-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedtonatto%2Fpassword-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedtonatto%2Fpassword-manager/lists"}