Skip to content

dketov/cwapper

Repository files navigation

CwaPPer

cppcms restful api server code generator from swagger.yaml

  1. Install dependencies

  2. Install cppcms

    svn co https://svn.code.sf.net/p/cppcms/code/framework/tags/v1.0.5

    see http://cppcms.com/wikipp/en/page/cppcms_1x_build for installation instructions

  3. Clone this repo and compile the test server

    git clone https://github.com/dketov/cwapper.git && cd cwapper
    mkdir __build__ && cd __build__
    cmake ../tests/petshop
    make
  4. Run the test server

    ./api.sh
  5. Try swagger-editor against running server

    Explore!