ipkn / crow

Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
BSD 3-Clause "New" or "Revised" License
7.46k stars 889 forks source link

Web stack build around Crow #330

Open aakatev opened 5 years ago

aakatev commented 5 years ago

I really enjoyed playing with Crow in my spare time, and decided to simplify lives of developers in similar position. In this repo you can find Docker container with Crow and MongoDB. It has simplistic frontend&backend to show how I handle most of the stuff, like queries, and requests. You also get all Docker features, like easy deployment and monitoring(using Prometheus). It is not much for now, but might be useful for someone looking to start using crow quickly!