{"id":29190735,"url":"https://github.com/aifia105/algo-tracker-api","last_synced_at":"2026-04-30T11:36:16.698Z","repository":{"id":301798553,"uuid":"1010336265","full_name":"aifia105/algo-tracker-api","owner":"aifia105","description":"LeetCode tracker api","archived":false,"fork":false,"pushed_at":"2025-06-29T00:12:19.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-29T01:28:56.895Z","etag":null,"topics":["bcrypt","cors","dotenv","expressjs","jwt","mongodb","mongoose","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/aifia105.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-06-28T21:16:49.000Z","updated_at":"2025-06-29T00:12:22.000Z","dependencies_parsed_at":"2025-06-29T01:29:22.677Z","dependency_job_id":null,"html_url":"https://github.com/aifia105/algo-tracker-api","commit_stats":null,"previous_names":["aifia105/algo-tracker","aifia105/algo-tracker-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aifia105/algo-tracker-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aifia105%2Falgo-tracker-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aifia105%2Falgo-tracker-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aifia105%2Falgo-tracker-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aifia105%2Falgo-tracker-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aifia105","download_url":"https://codeload.github.com/aifia105/algo-tracker-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aifia105%2Falgo-tracker-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263052430,"owners_count":23406106,"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","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":["bcrypt","cors","dotenv","expressjs","jwt","mongodb","mongoose","typescript"],"created_at":"2025-07-02T00:11:03.697Z","updated_at":"2026-04-30T11:36:16.647Z","avatar_url":"https://github.com/aifia105.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧠 Algo Tracker API\n\nThe backend service for the Algo Tracker app — a full-stack LeetCode progress and problem management tool for devs who don't just grind... they build.\n\n## 🧱 Stack\n\n- **Node.js**\n- **Express**\n- **MongoDB + Mongoose**\n- **JWT Authentication**\n- **bcrypt (Password hashing)**\n- **CORS / Helmet / Morgan (Security \u0026 Logging)**\n\n## 🔐 Auth Flow\n\n- Register with `username`, `email`, and `password`\n- Login returns JWT (stored in localStorage/cookie by frontend)\n- Protected routes validate tokens via middleware\n\n## 🗃️ Folder Structure\n\n📦algo-tracker-api\n┣ 📂controllers\n┣ 📂dtos\n┣ 📂enums\n┣ 📂middleware\n┣ 📂models\n┣ 📂services\n┣ 📂utils\n┣ 📄index.ts\n┗ 📄.env (ignored)\n\n```bash\ngit clone https://github.com/yourusername/algo-tracker-api\ncd algo-tracker-api\nnpm install\nnpm run dev\n```\n\nCreate a `.env` file:\n```bash\nPORT=5000\nMONGO_URI=your_mongo_connection_string\nJWT_SECRET=your_secret\n```\n\n## 📜 License\nMIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faifia105%2Falgo-tracker-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faifia105%2Falgo-tracker-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faifia105%2Falgo-tracker-api/lists"}