{"id":19188813,"url":"https://github.com/raghavg27/minimalink","last_synced_at":"2026-04-06T08:32:53.902Z","repository":{"id":242685935,"uuid":"806043207","full_name":"raghavg27/minimaLINK","owner":"raghavg27","description":"A minimalistic URL shortener service 🔗 built with React.js, Node.js and PostgreSQL.","archived":false,"fork":false,"pushed_at":"2024-08-23T14:49:55.000Z","size":3782,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"react_frontend","last_synced_at":"2025-09-09T15:59:53.630Z","etag":null,"topics":["api-rest","authcontext","bcrypt","expressjs","jwt-authentication","material-ui","nodejs","postgresql","reactjs"],"latest_commit_sha":null,"homepage":"https://mnmlnk.netlify.app","language":"JavaScript","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/raghavg27.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":"2024-05-26T08:00:25.000Z","updated_at":"2024-08-23T14:49:58.000Z","dependencies_parsed_at":"2024-06-09T13:40:32.790Z","dependency_job_id":"f6c148ca-a9b5-4788-9b7d-b0b8c13e4a61","html_url":"https://github.com/raghavg27/minimaLINK","commit_stats":null,"previous_names":["raghavg27/minimalink"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raghavg27/minimaLINK","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raghavg27%2FminimaLINK","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raghavg27%2FminimaLINK/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raghavg27%2FminimaLINK/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raghavg27%2FminimaLINK/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raghavg27","download_url":"https://codeload.github.com/raghavg27/minimaLINK/tar.gz/refs/heads/react_frontend","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raghavg27%2FminimaLINK/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31464604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"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":["api-rest","authcontext","bcrypt","expressjs","jwt-authentication","material-ui","nodejs","postgresql","reactjs"],"created_at":"2024-11-09T11:26:06.576Z","updated_at":"2026-04-06T08:32:53.880Z","avatar_url":"https://github.com/raghavg27.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔗 minimaLINK\nminimaLINK is a URL shortening service that takes long URLs and creates much shorter, manageable URLs. \n\n![minimaLINK Screenshot](./screenshot.png)\n\nThis project is built using Node.js for the backend and PostgreSQL for the database, and features a simple yet elegant frontend with dark theme design.\n\n\n## Demo\n\nYou can check out the live demo - https://mnmlnk.netlify.app.\n\n\n## Features\n\n### Frontend (React.js)\n- **Dark-Themed UI**: The application features a beautiful dark theme with a carefully chosen color palette and accent colors to ensure a professional and visually appealing user experience.\n- **Responsive Design**: Built with Material-UI, the frontend is fully responsive, ensuring compatibility across all devices.\n- **Interactive Components**:\n  - **Header and Footer**: The app includes a fixed header and footer, enhancing navigation and branding.\n  - **Typography and Layout**: Elegant use of typography and layout components to ensure readability and a modern look.\n  - **Shortened URL Display**: The shortened URL is displayed in a card format with a \"Copy to Clipboard\" icon, making it user-friendly.\n  - **Loading Indicators**: A loading progress indicator is displayed when the user clicks the \"Shorten URL\" button, providing feedback while the link is being processed.\n  - **Alerts**: Integrated Material-UI alert system to provide feedback on success or error states in a polished manner.\n\n### Backend (Express.js)\n- **RESTful API**: The backend is built using Express.js, offering a clean and structured RESTful API for URL shortening and redirection.\n- **PostgreSQL Integration**: Robust database management with PostgreSQL, including dynamic querying to handle URL storage and retrieval efficiently.\n- **Base62 Encoding**: Custom implementation of Base62 encoding for creating short and unique URL identifiers.\n- **Error Handling**: Comprehensive error handling ensures stability and reliability of the application.\n\n## Deployment\n- **Netlify**: The frontend is deployed on Netlify, ensuring fast and scalable hosting.\n- **Environment Variables**: The application is configured using environment variables for sensitive information, ensuring security and flexibility in different environments.\n\n## Installation and Setup\n\n### Prerequisites\n- Node.js\n- PostgreSQL\n\n## 🎯 How to Use\n\n1. **Clone the Repository:**\n   ```bash\n   git clone https://github.com/yourusername/minimaLINK.git\n   cd minimaLINK\n   ```\n\n2. **Install Dependencies:**\n   ```bash\n   npm install\n   ```\n\n3. **Start the Application:**\n   ```bash\n   npm start\n   ```\n\n4. **Build Your Pipeline:**\n   - Create an account.\n   - Shorten long URLS.\n   - Use the delete buttons to delete.\n   - Submit your world and check clicks.\n\n## 🛠 Technologies Used\n\n- **React.js**: For building the interactive and responsive user interface.\n- **Material-UI**: For designing a sleek, modern, and responsive UI with built-in components.\n- **Express.js**: Backend framework used to create a RESTful API for URL shortening and redirection.\n- **Node.js**: Server environment for running Express.js and handling asynchronous operations.\n- **PostgreSQL**: Relational database used to store and manage URLs securely and efficiently.\n- **Netlify**: For deploying the frontend and ensuring fast, scalable, and secure hosting.\n- **Base62 Encoding**: Custom implementation used for generating unique, shortened URLs.\n- **dotenv**: For managing environment variables and keeping sensitive data secure.\n- **Cors**: Middleware to enable cross-origin resource sharing between the frontend and backend.\n\n## 📸 Screenshots\n\n_Add screenshots of the application here to visually demonstrate its features._\n\n## 🤝 Contributions\n\nContributions, issues, and feature requests are welcome! Feel free to check out the [issues page](https://github.com/yourusername/minimaLINK/issues).\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraghavg27%2Fminimalink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraghavg27%2Fminimalink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraghavg27%2Fminimalink/lists"}