HTTP server created by @coderMeira, @mlrcbsousa and @gleal42
To compile the server locally:
make
To run the server locally:
./webserv <config-file-path> # optional
To run unit tests:
make test_unit
To compile the server in a container:
make vm_build
To run the server in a container, (requires vm_build
):
make vm
To run end-to-end tests:
make test_e2e