{"id":16052425,"url":"https://github.com/devsazal/backend-password-validator","last_synced_at":"2025-07-30T16:36:55.602Z","repository":{"id":104265789,"uuid":"600393336","full_name":"DevSazal/backend-password-validator","owner":"DevSazal","description":"Password Validator API \u0026 batch-validation with CLI script (TypeScript, Node.js, Express.js)","archived":false,"fork":false,"pushed_at":"2023-02-21T17:09:59.000Z","size":3276,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-20T02:01:53.296Z","etag":null,"topics":["docker","expressjs","mysql","nodejs","rest-api","typescript"],"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/DevSazal.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":"2023-02-11T11:00:30.000Z","updated_at":"2023-03-22T05:43:30.000Z","dependencies_parsed_at":"2023-03-22T11:48:19.307Z","dependency_job_id":null,"html_url":"https://github.com/DevSazal/backend-password-validator","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"033b99de8b6cbc674e0772470acc37379dc1af06"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DevSazal/backend-password-validator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSazal%2Fbackend-password-validator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSazal%2Fbackend-password-validator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSazal%2Fbackend-password-validator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSazal%2Fbackend-password-validator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevSazal","download_url":"https://codeload.github.com/DevSazal/backend-password-validator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSazal%2Fbackend-password-validator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267899894,"owners_count":24163001,"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-30T02:00:09.044Z","response_time":70,"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","expressjs","mysql","nodejs","rest-api","typescript"],"created_at":"2024-10-09T01:08:55.109Z","updated_at":"2025-07-30T16:36:55.545Z","avatar_url":"https://github.com/DevSazal.png","language":"TypeScript","readme":"# Password Validator\n\n### Requirements:\n\n* Node.js (14.x)\n* NPM\n* TypeScript\n* Git\n* Docker - [Install Docker community edition](https://hub.docker.com/search/?type=edition\u0026offering=community) optional.\n\n#### 🎁 If you are a fan of docker, then pull the [docker image](https://hub.docker.com/r/sazal/typescript-password-validator) by following the commands:\n\n```bash\ndocker pull sazal/typescript-password-validator\n```\n\n\nLet's clone the repository on your machine.\n\nThe application includes the following files and folders.\n\n- `src` - Code for the application written in TypeScript, Express.js.\n- `cli` - Node cli script which can be performed from terminal.\n- `__tests__` - to test all the features.\n- `.env.example` - A sample of .env which can be helpful for configuration.\n\n\n## Installation and Configuration\n\nLet's move to the cloned directory with your terminal.\n\nTo install, build, and start the application for the first time, run the following commands in your shell using `makefile` (only for macOS and Linux):\n\n```bash\nmake install\n```\n\nLet's rename from `.env.example` to `.env` and make sure all the necessary information is correct:\n\n```bash\nPORT=3000\n\nDB_HOST=localhost\nDB_PORT=\nDB_DATABASE=\nDB_USER=\nDB_PASSWORD=\n```\n\nAlready done? Cool! You are almost ready to enjoy the app. ⛳️\n\n\n### Build:\n```\nmake build\n```\n\n### Run:\n```bash\nmake start\n```\n\n### Test:\n```bash\nmake test\nmake test-unit\n```\n\n\n### cli:\nOh! You want to try the application cli feature from terminal\n\u003cbr\u003e\n```bash\nmake node-cli\n```\n\n### lint:\n```\nmake lint\n```\n### lintfix:\n```\nmake lintfix\n```\n\n#### 🎯 I know, you liked it.\nTo learn more, you can use the following commands: \n```\nmake help\n```\n\n#### At the same time, you can use the default `npm` commands like:\n```bash\nnpm i\nnpm run build\nnpm run start\nnpm run cli\n```\n\n#### 🥇 Congrats!! You are good to go\n\n#### tada! 🎉\n\n\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsazal%2Fbackend-password-validator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevsazal%2Fbackend-password-validator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsazal%2Fbackend-password-validator/lists"}