{"id":14975063,"url":"https://github.com/scemist/khanban","last_synced_at":"2025-09-10T05:33:05.273Z","repository":{"id":158454927,"uuid":"435890854","full_name":"Scemist/Khanban","owner":"Scemist","description":"📊 Um sistema Kanban Web feito em Laravel, JavaScript, CSS e PostgreSQL.","archived":false,"fork":false,"pushed_at":"2023-03-12T20:41:54.000Z","size":1205,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-12T23:37:58.250Z","etag":null,"topics":["crud","kanban","laravel","laravel9","postgresql"],"latest_commit_sha":null,"homepage":"https://github.com/Scemist/Khanban","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Scemist.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-12-07T13:27:45.000Z","updated_at":"2025-02-11T11:55:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"6d0bbe0e-041a-42d9-b73f-a83d15b69df7","html_url":"https://github.com/Scemist/Khanban","commit_stats":{"total_commits":102,"total_committers":1,"mean_commits":102.0,"dds":0.0,"last_synced_commit":"23dd084ea40dbb8c81fdaace02e7dcdef3421cef"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Scemist/Khanban","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scemist%2FKhanban","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scemist%2FKhanban/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scemist%2FKhanban/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scemist%2FKhanban/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Scemist","download_url":"https://codeload.github.com/Scemist/Khanban/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scemist%2FKhanban/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274417285,"owners_count":25281108,"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-09-10T02:00:12.551Z","response_time":83,"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":["crud","kanban","laravel","laravel9","postgresql"],"created_at":"2024-09-24T13:51:27.898Z","updated_at":"2025-09-10T05:33:05.251Z","avatar_url":"https://github.com/Scemist.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"public/images/print-3.png\"\u003e\u003c/p\u003e\n\n# Um sistema Kanban feito em Laravel, JavaScript e CSS apenas.\n\n\u003cp align=\"center\"\u003e\u003ca href=\"https://laravel.com\" target=\"_blank\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg\" width=\"400\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n## To Run In Your PC\n\n1. Clone the project with `git clone https://github.com/Scemist/Khanban.git`\n2. In root directory, run `composer install` for the vendor components\n3. Create the database in your *pgadmin*\n4. Make a copy of `.env.example` with name `.env` only and insert your databases credentials\n5. Run `php artisan migrate --seed` in root directory\n6. Run `php artisan serve` to run the server and access by `localhost:8000` (or the port)\n7. In the login page of application, the email is **admin@admin.com** and the password is **admin** (this data was added by `--seed` in step 5)\n\n### To Develop\n\n1. Run `npm run watch` in a separated terminal, so you'll be able to edit assets in */resources* and the _Laravel Mix_ will compile to */public* folder in each modification\n\n## Versões\n\n\u003e Laravel Framework **9.0.2**\n\u003e \n\u003e PHP **8.1.2**\n\u003e \n\u003e Composer **2.2.3**\n\u003e \n\u003e PostgreSQL **14.0**\n\n## Projeto\n\nA branch **master** é um sistema Kanban fechado.\n\nA branch **public** é uma versão onde o Kanban é um website kanban público.\n\n### Branch **master**\n\n* Login\n* Index\n  * Projetos\n  * Novo Projeto\n  * Conta\n  * Perfil\n  * Cadastro de Usuário\n* Dashboard\n  * Tarefa\n  * Preferencias do Projeto\n\n### Branch **public**\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003cth\u003ePúblico\u003c/th\u003e\n    \u003cth colspan=\"2\"\u003eRestrito\u003c/th\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n  \t\u003cth\u003eHome\u003c/th\u003e\n    \u003cth\u003eInício\u003c/th\u003e\n    \u003cth\u003eProjeto\u003c/th\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n  \t\u003ctd\u003eIndex\u003c/td\u003e\n    \u003ctd\u003eProjetos\u003c/td\u003e\n    \u003ctd\u003eBoard\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n  \t\u003ctd\u003eLogin\u003c/td\u003e\n    \u003ctd\u003eConta\u003c/td\u003e\n    \u003ctd\u003eTarefa\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n  \t\u003ctd\u003eSobre\u003c/td\u003e\n    \u003ctd\u003ePerfil\u003c/td\u003e\n    \u003ctd\u003ePreferências Projeto\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n  \t\u003ctd\u003eCadastro\u003c/td\u003e\n    \u003ctd\u003eNovo Projeto\u003c/td\u003e\n    \u003ctd\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## Sobre o Framework Laravel\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%2Fscemist%2Fkhanban","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscemist%2Fkhanban","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscemist%2Fkhanban/lists"}