instructions about compilation and installation:
Project had been done solely for Windows
server part: installation:
- install python (lol) in server directory:
- python -m venv virt (if this won't work, probably you don't have virtualenv package installed)
- virt\scripts\activate
- pip install Flask start:
- set flask_app=main.py
- flask run
server will be running on localhost 5000
AI part: Files unclude CMakeLists.txt, you can compile it using CMake
client part: in the client directory
- you have to install packages from package.json using npm init
- you can then run script 'start'
Everything should be set to go by then