{"id":22083700,"url":"https://github.com/tomdieu/url-shortener","last_synced_at":"2025-07-26T02:08:27.305Z","repository":{"id":212743205,"uuid":"689114457","full_name":"Tomdieu/url-shortener","owner":"Tomdieu","description":"TrrxUrl is a web app use to Shorten your long URLs quickly and easily","archived":false,"fork":false,"pushed_at":"2024-11-13T16:07:13.000Z","size":3106,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T21:31:47.099Z","etag":null,"topics":["next-auth","next14","nextjs13","prisma","prisma-orm","trixurl","url-shortener"],"latest_commit_sha":null,"homepage":"https://trixurl.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/Tomdieu.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-09-08T20:51:42.000Z","updated_at":"2024-11-13T16:07:16.000Z","dependencies_parsed_at":"2023-12-31T10:25:31.851Z","dependency_job_id":"aa94f8ae-bb6d-46a6-80a0-7d6e9edc53f9","html_url":"https://github.com/Tomdieu/url-shortener","commit_stats":null,"previous_names":["tomdieu/url-shortener"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Tomdieu/url-shortener","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tomdieu%2Furl-shortener","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tomdieu%2Furl-shortener/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tomdieu%2Furl-shortener/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tomdieu%2Furl-shortener/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tomdieu","download_url":"https://codeload.github.com/Tomdieu/url-shortener/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tomdieu%2Furl-shortener/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267104638,"owners_count":24036688,"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-26T02:00:08.937Z","response_time":62,"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":["next-auth","next14","nextjs13","prisma","prisma-orm","trixurl","url-shortener"],"created_at":"2024-12-01T00:17:14.587Z","updated_at":"2025-07-26T02:08:27.264Z","avatar_url":"https://github.com/Tomdieu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Trix URL Shortener\n[![wakatime](https://wakatime.com/badge/user/7a03d500-b310-4adb-9229-1bb6044d565d/project/6d51eb0b-4525-4bd4-9a57-9015ee8c05d6.svg)](https://wakatime.com/badge/user/7a03d500-b310-4adb-9229-1bb6044d565d/project/6d51eb0b-4525-4bd4-9a57-9015ee8c05d6)\n\n![App Screenshot](./public/Screenshot.png)\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Features](#features)\n- [Demo](#demo)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Technologies Used](#technologies-used)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Introduction\n\nThis is a URL shortener web application built with Next.js, Prisma, and PostgreSQL. It allows users to shorten long URLs into easily shareable and manageable links.\n\n## Features\n\n- Shorten long URLs into compact, user-friendly links.\n- Track the number of clicks on each shortened link.\n- User registration and authentication for managing links.\n- Admin dashboard for viewing link analytics.\n- Easy-to-use and responsive user interface.\n\n## Demo\n\nYou can access a live demo of the application at [https://trixurl.vercel.app/](https://trixurl.vercel.app/).\n\n## Installation\n\nTo run the application locally, follow these steps:\n\n1. Clone this repository:\n\n   ```bash\n   git clone https://github.com/tomdieu/url-shortener.git\n   ```\n\n2. Navigate to the project directory:\n\n    ```bash\n    cd url-shortener\n    ```\n\n3. Install dependencies:\n\n    ```bash\n    npm install\n    ```\n\n4. Create a .env.local file in the root directory and add your environment variables, including your PostgreSQL database connection details, API keys, and other necessary configurations.\n\n5. Run the development server:\n\n    ```bash\n    npm run dev\n    ```\n\n6. Open your browser and access the app at `http://localhost:3000`.\n\n## Usage\n\n- Register or log in to your account.\n- Shorten a URL by pasting it into the input field and clicking \"Shorten.\"\n- View and manage your shortened links.\n- Access link analytics and click statistics.\n\n## Technologies Used\n\n- `Next.js 14`\n- `Prisma`\n- `PostgreSQL`\n- `Tailwind CSS`\n- `Authentication: NextAuth.js`\n- `Deployment: Vercel`\n\n## Contributing\n\nContributions are welcome! Please refer to the `Contribution Guidelines` for details on how to contribute to this project.\n\n## License\n\nThis project is licensed under the `MIT License`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomdieu%2Furl-shortener","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomdieu%2Furl-shortener","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomdieu%2Furl-shortener/lists"}