diff options
author | neodarz <neodarz@neodarz.net> | 2019-07-08 15:46:39 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-07-08 15:50:24 +0200 |
commit | bcde164af6aeccc13ee77c0b5e505399994095d3 (patch) | |
tree | bb4bc6b2150d06f1cca935a8af637f95094dad3e /README.md | |
download | umosapi-bcde164af6aeccc13ee77c0b5e505399994095d3.tar.xz umosapi-bcde164af6aeccc13ee77c0b5e505399994095d3.zip |
Initial commit
All code are mainly copied then adjusted from
https://git.neodarz.net/pro/liberationCenter.git/
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
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). |