{"id":19437535,"url":"https://github.com/ali-hv/workeas","last_synced_at":"2026-05-13T08:33:59.778Z","repository":{"id":228462157,"uuid":"774060999","full_name":"ali-hv/workeas","owner":"ali-hv","description":"A task manager API \u0026 site with FastApi","archived":false,"fork":false,"pushed_at":"2024-04-13T21:09:58.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-07T21:21:52.727Z","etag":null,"topics":["fastapi","pydantic","python","sqlalchemy"],"latest_commit_sha":null,"homepage":"https://ali-hv.github.io/workeas-docs/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ali-hv.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,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-18T21:54:47.000Z","updated_at":"2024-04-16T15:10:44.000Z","dependencies_parsed_at":"2024-03-29T22:27:56.240Z","dependency_job_id":"4439f2c9-c9fc-43b3-bc3c-173d16892d6f","html_url":"https://github.com/ali-hv/workeas","commit_stats":null,"previous_names":["ali-hv/workeas"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ali-hv%2Fworkeas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ali-hv%2Fworkeas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ali-hv%2Fworkeas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ali-hv%2Fworkeas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ali-hv","download_url":"https://codeload.github.com/ali-hv/workeas/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240619449,"owners_count":19830206,"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":["fastapi","pydantic","python","sqlalchemy"],"created_at":"2024-11-10T15:14:54.009Z","updated_at":"2026-05-13T08:33:54.753Z","avatar_url":"https://github.com/ali-hv.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"./.github/assets/workeas-logo-light-mode.svg\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"./.github/assets/workeas-logo-light-mode.svg\"\u003e\n    \u003cimg alt=\"Workeas logo\" src=\"./.github/assets/workeas-logo-light-mode.svg\" height=\"45\"\u003e\n  \u003c/picture\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ci align=\"center\"\u003eNever forget any task anymore 🚀\u003c/i\u003e\n\u003c/p\u003e\n\n\u003ch4 align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Made%20with-Python%203.10.12-green.svg?style=flat\u0026logo=python\" alt=\"python\" style=\"height: 20px;\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/License-GPL%203.0-blue.svg?style=flat\u0026logo=gpl-3.0\" alt=\"gpl-3.0\" style=\"height: 20px;\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/FastAPI-005571?style=for-the-badge\u0026logo=fastapi\" alt=\"fastapi\" style=\"height: 20px;\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/pydantic-purple\" alt=\"pydantic\" style=\"height: 20px;\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/sqlalchemy-red\" alt=\"sqlalchemy\" style=\"height: 20px;\"\u003e\n\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./.github/assets/tasks-list.png\" alt=\"tasks list\" style=\"height: 500px;\"/\u003e\n\u003c/p\u003e\n\n## Introduction\n`Workeas` allows you to manage your tasks in the simplest way. Simplicity is the key advantage of workeas.\nEasily add your tasks and set a priority for that task from LOW to CRITICAL and guess what? with a quick glance, \nyou can be aware of your critical or high priority tasks and take care of them.\n\n## Documentation\nYou can read the api documentation made by swagger [here](https://ali-hv.github.io/workeas-docs/).\n\n## Usage\nFirst, clone the repository and move into the cloned directory:\n```shell\ngit clone https://github.com/ali-hv/workeas.git\ncd workeas\n```\nThen, create a python virtual environment:\n```shell\npython3 -m venv .venv\n```\nNext, install the requirements\n```shell\npip install -r requirements.txt\n```\nFinally, run the app(run this command in the root directory of the project):\n```shell\npython3 runserver.py\n```\n\n## Change Timezone\nWorkeas currently just supports ```UTC``` and ```Asia/Tehran``` timezones. The default timezone is ```UTC```,\nto change it, open settings.py file in the ```app``` directory and replace ```UTC``` with ```Asia/Tehran```:\n```python\ntimezone = \"Asia/Tehran\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fali-hv%2Fworkeas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fali-hv%2Fworkeas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fali-hv%2Fworkeas/lists"}