This framework does that in an easy way. You don't have to type any code to do REST serialization. Just feed the C++ objects to the response and the engine serializes then.
And with an ORM, database access is plain easy. Of course you can always get an handle to the database and execute manual queries.
It has an internal web server and you can easily deploy a shared library to Apache 2.
Right now I'm looking for a programming job and this will leverage it.
I do plan to release the ORM part only (without the web apps / services etc).