Simple chat application with server and client.
Self hosting server. Client is able to connect to any given server address.
Client have simple interface and easy to understand. With Qt's environment variable a dark mode is possible.
- CMake
- Any C++ compiler with support for C++ 17 (Tested with g++, clang++ and MinGW64 on MSYS2)
For Server:
- PostgreSQL
- libPQXX
For Client:
- SQLite3
- Qt5
On linux:
- mkdir build
- cd build
- cmake ..
- make