{"id":23038799,"url":"https://github.com/kauefraga/dowhilechallenge","last_synced_at":"2026-04-07T08:01:34.604Z","repository":{"id":111885938,"uuid":"437065068","full_name":"kauefraga/DoWhileChallenge","owner":"kauefraga","description":"🎉 Register/Login routes","archived":false,"fork":false,"pushed_at":"2022-06-10T00:25:16.000Z","size":196,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T20:37:13.995Z","etag":null,"topics":["express","jwt","nodejs","prisma","sqlite","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/kauefraga.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}},"created_at":"2021-12-10T17:42:47.000Z","updated_at":"2022-12-05T23:25:22.000Z","dependencies_parsed_at":"2023-07-16T01:00:30.625Z","dependency_job_id":null,"html_url":"https://github.com/kauefraga/DoWhileChallenge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kauefraga/DoWhileChallenge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kauefraga%2FDoWhileChallenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kauefraga%2FDoWhileChallenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kauefraga%2FDoWhileChallenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kauefraga%2FDoWhileChallenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kauefraga","download_url":"https://codeload.github.com/kauefraga/DoWhileChallenge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kauefraga%2FDoWhileChallenge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31504897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","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":["express","jwt","nodejs","prisma","sqlite","typescript"],"created_at":"2024-12-15T18:25:29.498Z","updated_at":"2026-04-07T08:01:34.576Z","avatar_url":"https://github.com/kauefraga.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eDoWhile2021 Challenge - Node (express)\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg\n    alt=\"GitHub top language\"\n    src=\"https://img.shields.io/github/languages/top/kauefraga/DoWhileChallenge.svg\"\n  /\u003e\n  \u003cimg\n    alt=\"Repository size\"\n    src=\"https://img.shields.io/github/repo-size/kauefraga/DoWhileChallenge.svg\"\n  /\u003e\n  \u003ca href=\"https://github.com/kauefraga/DoWhileChallenge/commits/main\"\u003e\n    \u003cimg\n      alt=\"GitHub last commit\"\n      src=\"https://img.shields.io/github/last-commit/kauefraga/DoWhileChallenge.svg\"\n    /\u003e\n  \u003c/a\u003e\n  \u003cimg\n    alt=\"GitHub LICENSE\"\n    src=\"https://img.shields.io/github/license/kauefraga/DoWhileChallenge.svg\"\n  /\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003eImplementation of ´register/login´ routes (API REST)\u003c/h3\u003e\n\n## ⬇️ How to download\n```bash\ngit clone https://github.com/kauefraga/DoWhileChallenge.git\ncd DoWhileChallenge\nnpm install\nnpm start\n```\nOr downloading with yarn? `yarn \u0026\u0026 yarn start`\n\n## ⚗️ How to test\n```bash\nnpm test\n```\nOr testing with yarn? `yarn test`\n\n## 💻 Technologies\n\n- 🔐 Passwords encryption with [Bcrypt](https://www.npmjs.com/package/bcrypt)\n- 🔥 [CORS](https://www.npmjs.com/package/cors) 🔥\n- 🧑‍🔧 [Commit lint](https://commitlint.js.org/)\n- 🤫 [Dotenv](https://www.npmjs.com/package/dotenv)\n- 🛣️ Routes with [Express](https://expressjs.com)\n- ⚗️ Tests with [Jest](https://jestjs.io)\n- 🔒 Authorization with [JWT](https://jwt.io)\n- 🪄 \"ORM\" with [Prisma](https://www.prisma.io)\n- 🗂️ Database with [Sqlite](https://sqlite.org)\n- 🧑‍💻 Developed on [TypeScript](https://www.typescriptlang.org) + [TS-Node-Dev](https://www.npmjs.com/package/ts-node-dev)\n\n## 📄 License\n\nSee the [LICENSE](https://github.com/kauefraga/DoWhileChallenge/blob/main/LICENSE) for more information.\n\n---\n\u003cdiv align=\"center\" display=\"flex\"\u003e\n  \u003cimg alt=\"Built with love\" src=\"https://forthebadge.com/images/badges/built-with-love.svg\"\u003e\n  \u003cimg alt=\"Powered by coffee\" src=\"https://forthebadge.com/images/badges/powered-by-coffee.svg\"\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkauefraga%2Fdowhilechallenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkauefraga%2Fdowhilechallenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkauefraga%2Fdowhilechallenge/lists"}