This is Linux desktop application for task managment in kanban system
- Qt, QtQuick 6.7
- PostgreSQL 16.2
- Nlohmann-json 3.11.2
- Fill in the config file or leave it with default values.
- To create database use
build-database.shscript:
./build-database.sh [-c | --client] [-s | --server] [-a | --all]
- Configure ssl if you are server?? TODO
- To build applications use
build-app.shscript:
./build-app.sh [-c | --client] [-s | --server] [-a | --all]
If all goes well, you will have executable files ./client-app and/or ./server-app.
- Create/Delete/Update boards, lists, cards, tags
- Move cards from one list to another
- Filter cards by tags
- Share boards with other users on server
- Make local copy of shared boards
- Vinogradov Ilya - server
- Gladkikh Andrey - client
- Grebenkin Ivan - database
- Sirotkina Veronika - mentoring