- This is a WIP project to demonstrate how c++, React, and crow work together
used git submodule add https://github.com/CrowCpp/Crow.git Crow to include the crow header in the code
for devs, to run the server, you need to launch the following command: g++ -std=c++21 main.cpp -I Crow/include -lsqlite3 -lpthread -o server