diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index 0f4097f..63e12e5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # codam-webserver -This project was completed as part of a 42 core curriculum. \ No newline at end of file +This project has been created as part of the 42 curriculum by oriabenk. + +## Description +# codam-Webserver + + +## Instructions + +## Resources + +www ;) \ No newline at end of file diff --git a/checklist.txt b/checklist.txt new file mode 100644 index 0000000..e6c4d42 --- /dev/null +++ b/checklist.txt @@ -0,0 +1,8 @@ +1. Develop a configuration structure (discuss the configuration file vocabulary) +2. parser configuration parser +3. parser HTTP request +4.  server core +5. builder response +6. error pages + +These are just rough notes for now. \ No newline at end of file diff --git a/inc/WebServer.hpp b/inc/WebServer.hpp new file mode 100644 index 0000000..e69de29 diff --git a/src/WebServer.cpp b/src/WebServer.cpp new file mode 100644 index 0000000..e69de29 diff --git a/src/main.cpp b/src/main.cpp new file mode 100644 index 0000000..e69de29