{"id":51403905,"url":"https://github.com/ahmed-rafiullah/trello-todo","last_synced_at":"2026-07-04T09:32:32.012Z","repository":{"id":43985254,"uuid":"243932749","full_name":"ahmed-rafiullah/trello-todo","owner":"ahmed-rafiullah","description":"A modest 'Trello' like Web App","archived":false,"fork":false,"pushed_at":"2023-01-24T01:30:46.000Z","size":1380,"stargazers_count":0,"open_issues_count":21,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-07-25T06:18:20.012Z","etag":null,"topics":["actions","backend","best-practices","board","boilerplate-node","github","javascript","nodejs","swagger","swagger-ui","trello","trello-like"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/ahmed-rafiullah.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":"2020-02-29T08:34:07.000Z","updated_at":"2023-07-25T06:18:20.013Z","dependencies_parsed_at":"2023-02-13T09:01:26.301Z","dependency_job_id":null,"html_url":"https://github.com/ahmed-rafiullah/trello-todo","commit_stats":null,"previous_names":["ahmed-rafiullah/trello-todo"],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/ahmed-rafiullah/trello-todo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmed-rafiullah%2Ftrello-todo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmed-rafiullah%2Ftrello-todo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmed-rafiullah%2Ftrello-todo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmed-rafiullah%2Ftrello-todo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahmed-rafiullah","download_url":"https://codeload.github.com/ahmed-rafiullah/trello-todo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmed-rafiullah%2Ftrello-todo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35117335,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-04T02:00:05.987Z","response_time":113,"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":["actions","backend","best-practices","board","boilerplate-node","github","javascript","nodejs","swagger","swagger-ui","trello","trello-like"],"created_at":"2026-07-04T09:32:30.621Z","updated_at":"2026-07-04T09:32:32.005Z","avatar_url":"https://github.com/ahmed-rafiullah.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A Modest 'trello' like App \n\n [![Generic badge](https://img.shields.io/badge/Looking_for_job-Hire_me-green.svg?style=for-the-badge)](https://shields.io/)\n\n![license](https://img.shields.io/npm/l/m)  [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)  [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) ![Tests](https://github.com/AhmedKhattak/trello-todo/workflows/Tests/badge.svg?branch=master)\n\n\n\n  \n\n\n\n\n**This is the backend portion of the app**\n\nThis is a trello like web app to organize and manage todos. Todos can be part of lists or as i call them groups. Each group is part of a board. A user can have multiple of all of these.\n\n#### Features\nSome functionalities are \n* Boards \n    * starred boards\n* Groups\n* Todos\n* Todos can have\n    * checklists\n    * description in markdown\n    * due date\n    * tags \n    * starred todo \n    * cover - the image of a todo task\n    * copy a todo\n    * activity timeline\n* Users\n* Full text search and queryable information \n    about all todos, groups and boards\n* Shortcuts\n\n#### Quality checks\nThis app follows as close as possible node best practices https://github.com/goldbergyoni/nodebestpractices where ever applicable and feasable \n\n* Project Structure Practices\n    * [x] Structure your solution by components\n    * [x] Layer your components, keep Express within its boundaries\n    * [ ] Wrap common utilities as npm packages\n    * [x] Separate Express 'app' and 'server'\n    TODO:  Use environment aware, secure and hierarchical config\n    * [ ] Use environment aware, secure and hierarchical config\n* Error Handling Practices\n * [x] Use Async-Await or promises for async error handling\n * [x] Use only the built-in Error object\n * [x] Distinguish operational vs programmer errors\n * [x] Handle errors centrally, not within an Express middleware\n * [x] Document API errors using Swagger or GraphQL\n * [ ] Exit the process gracefully when a stranger comes to town\n * [x] Use a mature logger to increase error visibility \n#### Tech stack\n\nUses Git flow for managing features.\nUses eslint and prettier with pre commit hooks\n\n##### Backend\n* Nodejs\n* Mysql for persistence\n* Vanilla Javascript - ES6\n* JWT for authorization - no session is maintained\n* API documentation using open api v3.0.1 schema and swagger ui\n* App ,database, and documentation server runs in a docker container\n* Internally uses pm2 for crash recovery\n* Uses LogRocket for App montoring\n* CI/CD done by jenkins\n* docker swarm for orchestration\n\n\n\n#### How to run\nplace commands here\n\n\n\n#### Run code tests\nFor testing i used supertest that can run tests directly againts api endpoints.\n\nAnd mocha for unit and integration tests\n\n#### Testing\n\nOpen in postman and start testing the api.\nRefer to swagger ui for documentation\n\n\n\n\n\n###\n\n\n\n\n\n\n\n        ██╗  ██╗██╗██████╗ ███████╗    ███╗   ███╗███████╗\n        ██║  ██║██║██╔══██╗██╔════╝    ████╗ ████║██╔════╝\n        ███████║██║██████╔╝█████╗      ██╔████╔██║█████╗  \n        ██╔══██║██║██╔══██╗██╔══╝      ██║╚██╔╝██║██╔══╝  \n        ██║  ██║██║██║  ██║███████╗    ██║ ╚═╝ ██║███████╗\n        ╚═╝  ╚═╝╚═╝╚═╝  ╚═╝╚══════╝    ╚═╝     ╚═╝╚══════╝\n                                                \nI am actively looking for a job as a full stack developer who has devops experience.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmed-rafiullah%2Ftrello-todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmed-rafiullah%2Ftrello-todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmed-rafiullah%2Ftrello-todo/lists"}