Task and time management app with Taipy and Kintone.
- Make a developer account
- Create an application with username, time, task, date, status, time_amount
- Generate API access token.
- Add your credentials to the .env file according to the env.sample file.
- Set up your venv for this project
- Run Command
pip install -r requirements.txt
- Run
python3 src/main.py
orpython src/main.py
,taipy run src/main.py
for debug-mode - A window should have launched at 127.0.0.1:5001
This application was created for MLH's Month Long Hackaton January 2024 by Rad, David, and Satoshi.
We won the prize of "Best use of Kintone" with this project!!