Warning: this is still in progress. Writing this simple cli route tester for a uni class where I have to build a complex web app and api beacuse I don't want to use bloatware like Insomnia.
$ g++ -Wall -Wextra -o main main.cpp -lcurl
$ ./main <your_test.json>
This project uses the MIT license and uses json.hpp
from https://github.com/nlohmann/json
to parse json files. Maybe I'll rewrite a basic version of it for myself, but I'm using now
just to get something working.