Giter VIP home page Giter VIP logo

example-oatpp-swagger's Introduction

ATTENTION

This example is outdated.
Instead see:
https://github.com/oatpp/example-crud

ATTENTION

example-oatpp-swagger

c++/oat++ Web Service with Swagger-UI and auto-documented endpoints

More about oatpp see https://oatpp.io/
More about oatpp-swagger https://github.com/oatpp/oatpp-swagger
More about Swagger UI see https://swagger.io/tools/swagger-ui/

Build and run

  1. Git-Clone examples repo:
$ git clone --recurse-submodules https://github.com/lganzzzo/example-oatpp-swagger
  1. CD to example-oatpp-swagger
cd example-oatpp-swagger/
  1. Build project
./build_app.sh

or (same as in build_app.sh)

g++ -std=gnu++11 \
-pthread \
`find "./lib/oatpp/" -type f -name *.cpp` \
`find "./src/" -type f -name *.cpp` \
`find "./lib/oatpp-swagger/" -type f -name *.cpp` \
-I "./lib" \
-I "./src" \
-D OATPP_USE_TARGET \
-D OATPP_TARGET_APP \
-D OATPP_DISABLE_ENV_OBJECT_COUNTERS \
-O2 \
-Wall \
-o run_app

chmod +x run_app
  1. Run app
./run_app

enjoy!

More

If you can't build app.- probably you need to install build-essential

Xcode, MAC

Xcode project included

example-oatpp-swagger's People

Contributors

lganzzzo avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.