{"id":25392704,"url":"https://github.com/maricastroc/devlinks","last_synced_at":"2026-04-14T04:01:22.909Z","repository":{"id":277691950,"uuid":"933217076","full_name":"maricastroc/devlinks","owner":"maricastroc","description":"A fullstack link management platform built with PHP/Laravel, PostgreSQL, and React.js, enabling easy link organization and sharing.","archived":false,"fork":false,"pushed_at":"2025-11-17T18:19:24.000Z","size":6468,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-17T19:20:45.147Z","etag":null,"topics":["laravel","php","postgres","postgresql","reactjs","tailwindcss"],"latest_commit_sha":null,"homepage":"https://devlinks-maricastroc.up.railway.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/maricastroc.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-15T12:44:23.000Z","updated_at":"2025-11-17T18:19:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"325b5b9e-8398-47b4-b18e-8c65071e66a3","html_url":"https://github.com/maricastroc/devlinks","commit_stats":null,"previous_names":["maricastroc/devlinks"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maricastroc/devlinks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maricastroc%2Fdevlinks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maricastroc%2Fdevlinks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maricastroc%2Fdevlinks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maricastroc%2Fdevlinks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maricastroc","download_url":"https://codeload.github.com/maricastroc/devlinks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maricastroc%2Fdevlinks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31781292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"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":["laravel","php","postgres","postgresql","reactjs","tailwindcss"],"created_at":"2025-02-15T16:56:37.638Z","updated_at":"2026-04-14T04:01:22.904Z","avatar_url":"https://github.com/maricastroc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![updated](https://github.com/user-attachments/assets/ecd31d5b-8f9b-41c5-8103-645f4163013c)\n\n# Link Management System\n\nThis is a link management system that allows users to create, store, share and manage links with detailed information. The application uses PostgreSQL for database management and provides user-friendly interfaces to handle link details efficiently.\n\n## 📋 Features\n\n- Create, read, update, delete custom links\n- View link previews in mobile mockup\n- Custom link ordering\n- Form validations for missing URL, incorrect or URL pattern for platform\n- Select predefined profile theme\n- Full appearance customization (Background color, Link button styles/colors,  Typography (font family and color)\n- Add/edit profile details (Profile Picture, Name, E-mail, Username for custom URL)\n- Receive validations if the profile details form is saved with no username\n- Custom URL (e.g., devlinks.com/@yourusername)\n- Support for fully custom links (beyond predefined platforms)\n- Preview users' DevLinks profiles and copy the link to your clipboard\n\n\n## 🛠 Technologies Used\n\n- Laravel (PHP): Backend to manage the system, user authentication, and business logic.\n- PostgreSQL: Relational database for storing link and user data.\n- React.js: Frontend for user interaction.\n- Tailwind CSS: CSS framework for styling.\n- Inertia.js: Framework for integration between Laravel backend and React frontend.\n\n## 🔧 How to Run the Project\n\n### Prerequisites\nBefore running the project, you need to have the following dependencies installed:\n\n- PHP (version 8.0 or higher)\n- Composer (for managing PHP dependencies)\n- Node.js (for running React)\n- NPM (package manager for Node.js)\n\n## 🌐 Hosting\n\nThe project is hosted on [Railway](https://railway.app), providing a scalable and reliable environment for deployment. You can access the live version of the application [here](https://devlinks-maricastroc.up.railway.app/).\n\n### Steps to Run the Project\n\n\u003e Clone the repository:\n\n```bash\ngit clone https://github.com/maricastroc/devlinks\n```\n\n\u003e Install PHP dependencies:\n\n```bash\ncomposer install\n```\n\n\u003e Configure environment variables:\n\n```bash\ncp .env.example .env\n```\n\n\u003e Configure the environment variables in the .env file, especially the ones related to the database (SQLite):\n\n```bash\nDB_CONNECTION=pgsql\nDB_HOST=127.0.0.1\nDB_PORT=5432\nDB_DATABASE=your_database_name\nDB_USERNAME=your_database_user\nDB_PASSWORD=your_database_password\n```\n\n\u003e Generate the Laravel application key:\n\n```bash\nphp artisan key:generate\n```\n\n\u003e Install Node.js dependencies:\n\n```bash\nnpm install\n```\n\n\u003e Build the front-end files:\n\n```bash\nnpm run build\n```\n\n\u003e Start the server for the Laravel backend::\n\n```bash\nphp artisan serve\n```\n\n\u003e Start the server for the React front-end:\n```bash\nnpm run dev\n```\n\n\u003e ⏩ The React server will be available at [http://localhost:3000](http://localhost:8000).\n\nIf you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [taylor@laravel.com](mailto:taylor@laravel.com). All security vulnerabilities will be promptly addressed.\n\n## License\n\nThe Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaricastroc%2Fdevlinks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaricastroc%2Fdevlinks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaricastroc%2Fdevlinks/lists"}