Skip to content

ali-hv/workeas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workeas logo

Never forget any task anymore 🚀

python gpl-3.0 fastapi pydantic sqlalchemy

tasks list

Introduction

Workeas allows you to manage your tasks in the simplest way. Simplicity is the key advantage of workeas. Easily add your tasks and set a priority for that task from LOW to CRITICAL and guess what? with a quick glance, you can be aware of your critical or high priority tasks and take care of them.

Documentation

You can read the api documentation made by swagger here.

Usage

First, clone the repository and move into the cloned directory:

git clone https://github.com/ali-hv/workeas.git
cd workeas

Then, create a python virtual environment:

python3 -m venv .venv

Next, install the requirements

pip install -r requirements.txt

Finally, run the app(run this command in the root directory of the project):

python3 runserver.py

Change Timezone

Workeas currently just supports UTC and Asia/Tehran timezones. The default timezone is UTC, to change it, open settings.py file in the app directory and replace UTC with Asia/Tehran:

timezone = "Asia/Tehran"