Secure authentication module checking the validity of the identifier (C++ / Crow), granting the role and managing access with SQLite
After installing all the dependencie :
git clone https://github.com/AdamYv/Euronext_Surveillance.git
The easiest way is to use clion , but you can try in the terminal like this :
Generate the make file
cmake \
-DCMAKE_BUILD_TYPE=Debug \
-DCROW_INCLUDE_DIR=../crow/include \
-DSQLITE3_INCLUDE_DIR=/usr/include \
-DSQLITE3_LIBRARY=/usr/lib64/libsqlite3.so
Compile
make
Exec
./Euronext_surveillance
