Skip to content

arcreane/finance-listing-securities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Euronext_Surveillance

Secure authentication module checking the validity of the identifier (C++ / Crow), granting the role and managing access with SQLite

Dependence & link

Install

After installing all the dependencie :

git clone https://github.com/AdamYv/Euronext_Surveillance.git

Compile

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

Expected output

image

About

finance-listing-securities created by GitHub Classroom

Resources

License

Stars

3 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors