Ensure your boost libraries are linked correctly(Beast and Asio)
From the root directory run the following commands in order
- mkdir build
- cd build
- cmake ..
- make
- ./ResfulApi
In a separate terminal run the command
https://medium.com/@AlexanderObregon/building-restful-apis-with-c-4c8ac63fe8a7