crow is a c++ microframework for web which is inspired by Python Flask. This repo is an implementation test on crow which is based on linkedin learning C++ Developer learning path
- Install docker
- Create docker image with mongoc and mongocxx driver.enter bbox directory and run
docker build --rm --no-cache -t bbox:latest .
- From parent directory, build the cpp code with running
docker build --rm --no-cache -t hello_crow:latest .
- Install mongodb
docker run -p 8080:8080 -e PORT=8080 -e MONGODB_URI="mongodb_connection_string" hello_crow:latest
change mongodb_connection_string with your mongodb connection string