Skip to content

codymj/cpp-service

Repository files navigation

cpp-service

A template for building a C++ web service.

Dependencies

Build

$ mkdir -p build
$ cd build/ && cmake ..
$ cmake --build . --target docker

Run

Assumes PostgreSQL is running on the local machine.

$ docker run -p 8080:8080 \
    -e POSTGRES_PASS=$POSTGRES_PASS \
    --rm --network="host" cpp-service:0.0.1 \
    /app/properties.yml

About

A template for building a C++ web service.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published