{"id":18888056,"url":"https://github.com/codex-team/task-manager","last_synced_at":"2025-04-14T23:10:02.759Z","repository":{"id":41999058,"uuid":"421368168","full_name":"codex-team/task-manager","owner":"codex-team","description":null,"archived":false,"fork":false,"pushed_at":"2022-04-19T15:37:07.000Z","size":1679,"stargazers_count":3,"open_issues_count":16,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-14T23:09:58.109Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/codex-team.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-26T09:50:02.000Z","updated_at":"2024-04-25T10:07:30.000Z","dependencies_parsed_at":"2022-08-12T01:50:54.713Z","dependency_job_id":null,"html_url":"https://github.com/codex-team/task-manager","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codex-team%2Ftask-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codex-team%2Ftask-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codex-team%2Ftask-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codex-team%2Ftask-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codex-team","download_url":"https://codeload.github.com/codex-team/task-manager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248975316,"owners_count":21192210,"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":[],"created_at":"2024-11-08T07:41:55.710Z","updated_at":"2025-04-14T23:10:02.731Z","avatar_url":"https://github.com/codex-team.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CodeX Task Manager\n\nTask management system for teams\n\n- Stores tasks\n- Promotes their implementation\n- Increases work efficiency\n\n## How to run with Docker\n\nClone the repository.\n\n`git clone https://github.com/codex-team/task-manager`\n\nGo to project's directory.\n\n`cd task-manager`\n\nCreate an environment file `.env` in the [app/backend](./app/backend) directory by its sample.\n\n`cp app/backend/.env.sample app/backend/.env`\n\nRun app's containers with the following command.\n\n`docker-compose up`.\n\nContainer with the app will install or update dependencies\nif it is required and run the `start:dev` script.\n\nApp will be restarted automatically on any code changes.\n\nBackend site: [localhost:3000](localhost:3000)\nFrontend hot-reloaded build: [localhost:3030](localhost:3030)\nFrontend Storybook: [localhost:6006](localhost:6006)\n\n### Database migrations\n\nOn the **local machine** just run the following command:\n\n`docker-compose exec backend sh -c \"cd backend; yarn db-migrate\"`\n\nAnd almost the same command for **production docker environment**:\n\n`docker-compose -f docker-compose.prod.yml exec app sh -c \"cd backend; yarn db-migrate\"`\n\n### Remove node deps for containers\n\nIf you need to remove `back-node-deps` or `front-node-deps` volume\nwith `node_modules` directory for the app or front container\nthen put down containers and remove that volume.\n\n```\ndocker-compose down\ndocker volume rm task-manager_back-node-deps\ndocker volume rm task-manager_front-node-deps\n```\n\n## Frontend development\n\n\u003e If you run Task Manager in docker for development\n\u003e Frontend server will be run in docker\n\u003e on [localhost:3030](localhost:3030).\n\u003e\n\u003e You don't need to commit changes for build directory.\n\nGo to frontend directory:\n\n```\ncd frontend\n```\n\nTo start frontend node server with hot module reloading use.\n\n```\nyarn start\n```\n\nTo create a `build` directory with a production build of the app use:\n\n```\nyarn build\n```\n\n### Storybook\n\n\u003e Storybook will be run automatically in docker for development\n\u003e on [localhost:6006](localhost:6006).\n\nTo start storybook's component explorer manually on port 6006 use:\n\n```\nyarn storybook\n```\n\n## Deployment\n\nTo deploy a new version of the Task manager, push changes\n(use a created PR from bot) to `prod` or `stage` branches.\n\nOn any update for `prod`/`stage` this [workflow](.github/workflows/build-and-push-docker-image.yml)\nwill publish an updated container to [hub.docker.com](https://hub.docker.com/r/codexteamuser/task-manager)\nwith a tag `prod`/`stage`.\n\nServer runs [docker-compose for production](./docker-compose.prod.yml)\nand will check for an image updates automatically.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodex-team%2Ftask-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodex-team%2Ftask-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodex-team%2Ftask-manager/lists"}