{"id":31805170,"url":"https://github.com/klima7/better-trello","last_synced_at":"2026-05-15T01:34:37.943Z","repository":{"id":45046486,"uuid":"419336795","full_name":"klima7/Better-Trello","owner":"klima7","description":"Trello clone with vue \u0026 flask.","archived":false,"fork":false,"pushed_at":"2022-02-11T09:47:48.000Z","size":27951,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-09-10T16:45:42.375Z","etag":null,"topics":["clone","flask","trello","vue"],"latest_commit_sha":null,"homepage":"https://klima7.github.io/Better-Trello","language":"Vue","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/klima7.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}},"created_at":"2021-10-20T13:15:05.000Z","updated_at":"2022-02-11T09:36:01.000Z","dependencies_parsed_at":"2022-09-19T13:00:24.838Z","dependency_job_id":null,"html_url":"https://github.com/klima7/Better-Trello","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/klima7/Better-Trello","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klima7%2FBetter-Trello","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klima7%2FBetter-Trello/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klima7%2FBetter-Trello/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klima7%2FBetter-Trello/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/klima7","download_url":"https://codeload.github.com/klima7/Better-Trello/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klima7%2FBetter-Trello/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005957,"owners_count":26084004,"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-10-11T02:00:06.511Z","response_time":55,"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":["clone","flask","trello","vue"],"created_at":"2025-10-11T02:46:59.018Z","updated_at":"2025-10-11T02:47:04.005Z","avatar_url":"https://github.com/klima7.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Better Trello\nWeb application that is meant to implement basic functionlity found in list-making application Trello.\n\n## Environment setup\nTo set up local enviroment for this application you have to install the following packages and applications:\n\n* Python 3.8+\n* Flask 2.0+\n* NPM 8.1+\n* Vue.js 3.2+\n\nTo install them: clone the repository, go into the main directory and run:\n```bash\n# Update packages\nsudo apt update\n# Add Python repository\nsudo add-apt-repository ppa:deadsnakes/ppa\n# Install Python\nsudo apt install python3.8\n# Install Node.js\nsudo apt install nodejs\n# Install NPM\nsudo apt install npm\n# Install Vue.js\nnpm install -g @vue/cli\n# Install postgre-sql\nsudo apt install libpq-dev\n```\n## Run application\nTo run application: install required packages mentioned in the section above. Clone the repository and follow the following steps:\n### Backend run\n```bash\n# Navigate fo backend directory\ncd back/\n# Install Python packages\npip install -r requirements.txt\n# Fill database with sample data\nflask initdb\n# Start backend\nflask run\n```\n### Frontend run\n```bash\n# Navigate fo frontend directory\ncd front/\n# Install Node packages\nnpm install\n# Start frontend\nnpm run serve\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklima7%2Fbetter-trello","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklima7%2Fbetter-trello","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklima7%2Fbetter-trello/lists"}