From bcde164af6aeccc13ee77c0b5e505399994095d3 Mon Sep 17 00:00:00 2001 From: neodarz Date: Mon, 8 Jul 2019 15:46:39 +0200 Subject: Initial commit All code are mainly copied then adjusted from https://git.neodarz.net/pro/liberationCenter.git/ --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..1117ccd --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# UMoSApi + +Unity Mongo Save Api is a simple API for save Unity object in Mongo database. + +# Dependencies + +Install all dependencies from the `src/requirement.txt` file. + +# Documentation + +Go in `src` folder and run `./launch-dev.sh`. + +The documentation is available here : [http://127.0.0.1:5000/api/doc](http://127.0.0.1:5000/api/doc). -- cgit v1.2.1