Never forget any task anymore 🚀
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.
You can read the api documentation made by swagger here.
First, clone the repository and move into the cloned directory:
git clone https://github.com/ali-hv/workeas.git
cd workeasThen, create a python virtual environment:
python3 -m venv .venvNext, install the requirements
pip install -r requirements.txtFinally, run the app(run this command in the root directory of the project):
python3 runserver.pyWorkeas 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"