{"id":15188520,"url":"https://github.com/jeffergonzalez/todo-app-api","last_synced_at":"2026-03-07T14:01:47.184Z","repository":{"id":250642235,"uuid":"835002581","full_name":"JefferGonzalez/todo-app-api","owner":"JefferGonzalez","description":"🚀 Todo App built with Next.js with Laravel","archived":false,"fork":false,"pushed_at":"2024-07-29T04:45:15.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-10T04:52:07.808Z","etag":null,"topics":["laravel-framework","nextjs14","rest-api"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/JefferGonzalez.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-07-29T00:28:04.000Z","updated_at":"2024-07-29T04:45:18.000Z","dependencies_parsed_at":"2024-07-29T04:28:08.321Z","dependency_job_id":"3a75a953-8055-483c-946c-f7dd9b20de3d","html_url":"https://github.com/JefferGonzalez/todo-app-api","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"f561d7a06ee41092e257c5c310f8edc677a45163"},"previous_names":["jeffergonzalez/todo-app-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JefferGonzalez%2Ftodo-app-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JefferGonzalez%2Ftodo-app-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JefferGonzalez%2Ftodo-app-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JefferGonzalez%2Ftodo-app-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JefferGonzalez","download_url":"https://codeload.github.com/JefferGonzalez/todo-app-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240987724,"owners_count":19889388,"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":["laravel-framework","nextjs14","rest-api"],"created_at":"2024-09-27T19:21:43.251Z","updated_at":"2026-03-07T14:01:47.157Z","avatar_url":"https://github.com/JefferGonzalez.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 style=\"color: #ff9200; font-size: 50px; font-weight: bold\"\u003e\n  🚀 Todo App built with Next.js with Laravel\n\u003c/h1\u003e\n\n\u003cdiv\u003e\n  \u003cimg src=\"https://img.shields.io/badge/PHP-8.2-blue\" alt=\"PHP 8.2\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Laravel-11-red\" alt=\"Laravel 11\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/React-18-blue\" alt=\"React 18.0.0\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Next.js-14.0.0-blue\" alt=\"Next.js 14.0.0\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Tailwind CSS-3.4.7-blue\" alt=\"Tailwind CSS 3.4.7\"\u003e\n\u003cdiv\u003e\n\n# Description 📋\n\nFinally organize your work and life with QuickTask.\n\n# Table of contents\n\n-   [Description 📋](#description-)\n    -   [Table of contents](#table-of-contents)\n    -   [Starting 🚀](#starting-)\n        -   [Previous requirements 📋](#previous-requirements-)\n        -   [Installation 🔧](#installation-)\n        -   [Environment Variables](#environment-variables)\n        -   [Use 📌](#use-)\n    -   [Built with 🛠️](#built-with-)\n\n# Starting 🚀\n\n## Previous requirements 📋\n\n### Tools\n\n-   [Git](https://git-scm.com/)\n-   [PHP-8](https://www.php.net/downloads.php)\n-   [Node.js](https://nodejs.org/)\n-   [Composer](https://getcomposer.org/)\n\n### Installation 🔧\n\nLocal installation:\n\n```bash\n# Clone this repository\n# linux (ubuntu) /var/www/html/\n# windows:\n#  - for laragon in www folder\n#  - for xammp in htdocs folder\n$ https://github.com/JefferGonzalez/todo-app-api.git\n\n# Change directory to the project path\n$ cd todo-app-api\n```\n\nSetup:\n\n```bash\n# Install dependencies\n$ composer install\n```\n\n### .env file setup\n\n```bash\nCreate an .env file and copy all content of .env.example\n\nThen update .env file with you database credentials\n```\n\n## Use 📌\n\n### Migrate the database\n\n```bash\n# Migrate the database\n$ php artisan migrate\n```\n\n### Start the server\n\n```bash\n# Start the server\n$ php artisan serve\n```\n\nOpen your browser and go to the url of your project\n\n```bash\nhttp://localhost:8000\n```\n\n## Built with 🛠️\n\n-   [Apache](https://www.apache.org/) - Web Server\n-   [PHP](https://www.php.net/) - Programming Language\n    -   [Laravel](https://laravel.com/) - PHP Framework\n    -   [Composer](https://getcomposer.org/) - Dependency Management for PHP\n-   [REACT.JS](https://beta.reactjs.org/) - Frontend Library\n    -   [Next.js](https://nextjs.org/) - React Framework\n    -   [Tailwind CSS](https://tailwindcss.com/) - CSS Framework\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffergonzalez%2Ftodo-app-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeffergonzalez%2Ftodo-app-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffergonzalez%2Ftodo-app-api/lists"}