{"id":18473808,"url":"https://github.com/vratengr/tasklist","last_synced_at":"2026-04-06T02:33:44.984Z","repository":{"id":190511484,"uuid":"681122372","full_name":"vratengr/tasklist","owner":"vratengr","description":"Sample Laravel project to manage project tasks","archived":false,"fork":false,"pushed_at":"2023-08-24T22:11:24.000Z","size":30093,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-13T00:52:29.834Z","etag":null,"topics":["ajax","blade","component","docker","docker-compose","html","javascript","jquery","laravel","mysql","php","tailwindcss","vite"],"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/vratengr.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}},"created_at":"2023-08-21T10:08:59.000Z","updated_at":"2023-08-24T22:17:35.000Z","dependencies_parsed_at":"2023-08-25T00:55:58.800Z","dependency_job_id":null,"html_url":"https://github.com/vratengr/tasklist","commit_stats":null,"previous_names":["vratengr/tasklist"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vratengr%2Ftasklist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vratengr%2Ftasklist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vratengr%2Ftasklist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vratengr%2Ftasklist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vratengr","download_url":"https://codeload.github.com/vratengr/tasklist/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253850891,"owners_count":21973672,"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":["ajax","blade","component","docker","docker-compose","html","javascript","jquery","laravel","mysql","php","tailwindcss","vite"],"created_at":"2024-11-06T10:26:33.988Z","updated_at":"2025-12-30T20:02:32.146Z","avatar_url":"https://github.com/vratengr.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"### TASK:\nCreate a very simple Laravel web application for task management:  \n\nCreate task (info to save: task name, priority, timestamps)  \nEdit task  \nDelete task  \nReorder tasks with drag and drop in the browser. Priority should automatically be updated based on this. #1 priority goes at top, #2 next down and so on.  \n\nTasks should be saved to a mysql table.  \n\nBONUS POINT: add project functionality to the tasks. User should be able to select a project from a dropdown and only view tasks associated with that project.\n\n\n### SOLUTION:\nThe zip file contains a docker compose file to set up the local dev environment. If you already have your own local web server, please extract the main code which is within the `/html` folder and deploy it in your web directory.\n\nFor Docker deployment, please see instructions below:\n- Prerequisite:\n    - Install [Docker Desktop](https://www.docker.com/products/docker-desktop/)\n- Steps:\n    1. Unzip file\n    1. Open the extracted folder in a terminal\n    1. Run `docker compose up -d`\n    1. If you're using VS Code, you can open the container using the Dev Containers extension, if not run `docker exec -it tasklist-php bash` to open the container's terminal\n    1. Run migrations using `php artisan migrate`\n    1. Access site in http://localhost:8006\n- Note:\n    - By default, Laravel has a defined ``.gitignore`` file which excludes packages/dependencies.\n    - For portability of this code, all packages/dependencies have been included.\n    - `.env` file has also been included since there is no critical information in it, however, this is a no-no in shared repositories.\n    - In production/real-world scenarios, Laravel's `.gitignore` will be retained, as such a number of files will be missing when you clone a repository, with that, you will have to:\n        1. install dependencies using `composer install` and/or `npm install`\n        1. copy `.env.example` to `.env`\n        1. run `php artisan key:generate` to create your APP_KEY\n        1. modify the `.env` file according to your local setup","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvratengr%2Ftasklist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvratengr%2Ftasklist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvratengr%2Ftasklist/lists"}