This project is about writing your own HTTP server.
To install webserv, first clone the repository:
git clone https://github.com/EthanDelage/Webserv.git
cd Webserv
To get the executable, run the following command:
make
To run the server you need to have a correctly formatted configuration file.
More information about configuration can be found at docs/config_file.md.
Run the following command:
./webserv path_to_config_file.conf