Browse Source

doc : update

pull/13/head
oof1lab 7 years ago
parent
commit
9f3b271062
  1. 2
      README.md

2
README.md

@ -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`

Loading…
Cancel
Save