diff --git a/README.md b/README.md index 8bff32b8c0..e272543ae3 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,6 @@ # xmysql: one command to generate REST APIs for **any** MySql database -

- xmysql gif -

- - ## Why this ? Generating REST APIs quickly for a MySql database which does not follow conventions of frameworks such as rails, django etc is a small adventure that one rather like to avoid .. @@ -36,6 +31,12 @@ http://localhost:3000 That is it! Happy hackery! +eg: Generate REST API for [Magento](http://www.magereverse.com/index/magento-sql-structure/version/1-7-0-2) - a [popular ecommerce platform](https://magento.com/) + +

+ xmysql gif +

+ ## Features * Generates API for **ANY** MySql database * Serves APIs irrespective of naming conventions of primary keys, foreign keys, tables etc