diff --git a/.gitignore b/.gitignore index b9c73bb..d38d173 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ httpserver compile_commands.json bin/ +config.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..46be014 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# cse-130-http-server + +Final extra credit assignment for UCSC CSE130 Spring 2026. + +Build with `make` and run with `./httpserver `.