doc : update

This commit is contained in:
oof1lab
2017-11-07 12:40:45 +00:00
parent a27dd5f457
commit 9f3b271062

View File

@@ -56,6 +56,7 @@ Powered by popular node packages : ([express](https://github.com/expressjs/expre
<!-- AddToAny END -->
# Features
* Generates API for **ANY** MySql database
* Serves APIs irrespective of naming conventions of primary keys, foreign keys, tables etc
@@ -434,6 +435,7 @@ http://localhost:3000/download?name=fileName
<!-- AddToAny END -->
# Docker
Simply build with `docker build -t xmysql .` and run with `docker run -p 3000:3000 -d xmysql`