From e61d092888d88c2705cbb42e76420948d550fb65 Mon Sep 17 00:00:00 2001 From: neodarz Date: Thu, 1 Aug 2019 18:33:19 +0200 Subject: Initial commit --- README.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..299e307 --- /dev/null +++ b/README.md @@ -0,0 +1,36 @@ +# UMoSApi + +This is a second implementation in C++ of the [Python](https://git.neodarz.net/pro/umosapi.git/about/) +version of Unity Mongo Save Api. This is a simple API for save Unity object in +Mongo database. + +# Install + +## Dependency + +Install: + +- Pistache +- json-c + +# Build + +``` +mkdir build +cd build +cmake .. +make +``` + +move `umosapi` where you want. +move `swagger-ui` where you want. + +# Configuration + +You can move example file in `~/.config/umosapi/config.json`. + +The key `swaggerui` is the path of the `swagger-ui` folder. + +# Documentation + +Juste launch `umosapi` and go here: [http://127.0.0.1:9080/doc](http://127.0.0.1:9080/doc) -- cgit v1.2.1