diff --git a/README.md b/README.md index 98aa3c42f1..54903a414a 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Powered by popular node packages : ([express](https://github.com/expressjs/expre + # 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 + # Docker Simply build with `docker build -t xmysql .` and run with `docker run -p 3000:3000 -d xmysql`