user@devops:~$ cat README.md
# Description
C++ REST API is a modern C++20 REST API server with full CRUD, SQLite with WAL mode, pagination, search, and multi-stage Docker deployment. It uses cpp-httplib, nlohmann-json, and spdlog for efficient HTTP handling, JSON parsing, and logging.
# Key features
$ Full CRUD REST endpoints with proper HTTP status codes
$ SQLite with WAL mode for concurrent access
$ Pagination and search/filter support
$ Multi-stage Docker build for minimal images
$ Structured JSON logging with spdlog
$ Unit tests with Catch2
$ CORS and middleware support
# Gallery
# Technologies used