$ cd ../
REST API Server — bash
user@devops:~$ cat README.md
REST API Server
# Description
REST API Server is a modern C++23 REST API server with a clean middleware pipeline architecture and error handling using std::expected. It implements CORS, rate limiting, and structured logging, demonstrating production-ready patterns in modern C++.
# Key features
$ Middleware pipeline: CORS, rate limiting, logging
$ Error handling with std::expected
$ Rate limiting with configurable thresholds
$ Structured logging with multiple sinks
$ RESTful routing with parameter validation
$ Unit testing with doctest
$ Clean modern C++23 best practices
# Gallery
Desktop view
Mobile view
# Technologies used
C++23 cpp-httplib nlohmann-json doctest