blog/backend
2024-07-21 11:57:04 +01:00
..
include Backend: Sanitarized json parser (quotes, \n, \r...) Added a get_post route. Frontend: Basic article management. 2024-03-15 21:55:03 +01:00
sql Updated database, adapted backend. Reading data on an apicall. 2024-03-13 10:38:27 +01:00
src Backend: Sanitarized json parser (quotes, \n, \r...) Added a get_post route. Frontend: Basic article management. 2024-03-15 21:55:03 +01:00
.gitignore Initial Commit. 2024-03-10 11:47:49 +01:00
CMakeLists.txt CMake: Fixed issues with libpqxx for non-cmake based libpqxx install. 2024-07-21 11:57:04 +01:00
README.md Initial Commit. 2024-03-10 11:47:49 +01:00

first install the following librairies :

dnf install boost-* asio-devel libpq-devel
pacman -S boost asio libpq