Installation This guide will walk through the installation process. BackEnd git submodule update --init --recursive cmake . cmake --build . FrontEnd npm install npm install node-fetch Execute cd DataBase && ./ecdb & cd ../Web && node server.js Terminate Use Ctrl+C to terminate the application.