{"id":28798308,"url":"https://github.com/shamsheedali/linkify","last_synced_at":"2026-04-06T21:32:30.809Z","repository":{"id":296222678,"uuid":"992392355","full_name":"shamsheedali/linkify","owner":"shamsheedali","description":"Linkify is a full-stack URL shortener built with the MERN stack and NestJS. It allows users to convert long URLs into short, shareable links, manage their URLs securely with JWT-based authentication, and track basic click analytics.","archived":false,"fork":false,"pushed_at":"2025-06-13T15:24:11.000Z","size":531,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-10T03:38:52.924Z","etag":null,"topics":["jwt","mongodb","mongoose","nestjs","nodejs","react","tailwindcss","typescript","zustand"],"latest_commit_sha":null,"homepage":"https://linkify-eta-two.vercel.app","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/shamsheedali.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-05-29T04:50:26.000Z","updated_at":"2025-07-07T18:04:31.000Z","dependencies_parsed_at":"2025-08-10T03:38:54.909Z","dependency_job_id":"0b52cffe-7d4d-421b-9157-df668644e717","html_url":"https://github.com/shamsheedali/linkify","commit_stats":null,"previous_names":["shamsheedali/linkify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shamsheedali/linkify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shamsheedali%2Flinkify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shamsheedali%2Flinkify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shamsheedali%2Flinkify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shamsheedali%2Flinkify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shamsheedali","download_url":"https://codeload.github.com/shamsheedali/linkify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shamsheedali%2Flinkify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31491097,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T17:22:55.647Z","status":"ssl_error","status_checked_at":"2026-04-06T17:22:54.741Z","response_time":112,"last_error":"SSL_read: 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":["jwt","mongodb","mongoose","nestjs","nodejs","react","tailwindcss","typescript","zustand"],"created_at":"2025-06-18T05:02:38.852Z","updated_at":"2026-04-06T21:32:30.795Z","avatar_url":"https://github.com/shamsheedali.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linkify\n\nLinkify is a modern URL shortener that enables users to create and manage short links with ease.\n\n---\n\n## 🛠 Tech Stack\n\n- **Client:** React, Zustand, TailwindCSS, TypeScript, Vite  \n- **Server:** Node.js, NestJS, MongoDB, Mongoose, JWT  \n- **Dev Tools:** Railway (hosting), Postman/Thunder Client, ESLint, Prettier\n\n---\n\n## 🚀 Installation\n\nFollow these steps to set up the project locally:\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/shamsheedali/linkify.git\ncd linkify\n```\n\n### 2. Install Dependencies\n\n**Server Dependencies:**\n```bash\ncd server\nnpm install\n```\n\n**Client Dependencies:**\n```bash\ncd ../client\nnpm install\n```\n\n### 3. Configure Environment Variables\n\nCreate `.env` files in both the `server` and `client` directories with the following example content:\n\n\nserver/.env\n\n```env\nPORT=3000\nMONGO_URI=your_mongodb_url\nJWT_SECRET=your_jwt_secret\nREFRESH_JWT_SECRET=your_refresh_secret\nFRONTEND_URL=http://localhost:5173\n```\n\n\n\nclient/.env\n\n```env\nVITE_API_URL=http://localhost:3000/api\nVITE_URL_PREFIX=http://localhost:3000/api/url/\n```\n\n\n---\n\n### 4. Start the Application\n\n**Start the Server:**\n```bash\ncd server\nnpm run start:dev\n```\n\n**Start the Client (in a new terminal window):**\n```bash\ncd ../client\nnpm run dev\n```\n\n---\n\n## 📂 Project Structure\n\n| Folder   | Description           |\n|----------|-----------------------|\n| server   | Backend API server    |\n| client   | Frontend application  |\n\n---\n\n## 📝 Notes\n\n- Ensure you have **Node.js** and **npm** installed.\n- Run the server and client in separate terminal windows during development.\n- For additional configuration, refer to the `README.md` files inside the `server` and `client` directories (if available).\n\n---\n\n## 🤝 Connect\n\n- 📧 Email: [shamsheedali0786@gmail.com](mailto:shamsheedali0786@gmail.com)\n- 🐙 GitHub: [shamsheedali](https://github.com/shamsheedali)\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshamsheedali%2Flinkify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshamsheedali%2Flinkify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshamsheedali%2Flinkify/lists"}