From dc321177b701e5e7708e56c9037783ef586a9e77 Mon Sep 17 00:00:00 2001 From: oof1lab Date: Sat, 4 Nov 2017 15:10:16 +0000 Subject: [PATCH] doc: usage --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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