From 4af132cf6adeeeeb5d6764c378bec2d05cad042f Mon Sep 17 00:00:00 2001 From: frosty Date: Sun, 28 Dec 2025 03:26:05 -0500 Subject: Migrated from GitHub --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..998fdbf --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Beaker +Beaker is a lightweight web framework written in C, designed for building simple and efficient web applications. It currently provides handling HTTP requests, routing, serving static files, rendering HTML templates and managing cookies. + +## Usage +Look at the files in examples for usage + +## Installation +```bash + git clone https://github.com/gabrielf35/beaker.git + cd beaker + sudo make install +``` + +## Roadmap + +- Handle different types of POST requests +- Write documentation +- Add more robust logging +- Write more examples \ No newline at end of file -- cgit v1.2.3