A simple HTTP Web Server written in C.
In order to build this program you will need cmake (https://cmake.org).
In the project's root directory, run the following commands:
mkdir build
cd build
cmake ..
make
./WebServer -d <public_html_directory> -p <port>