From 5811ca11ea74bc57f999ab2417c95ca9b2d4f6ec Mon Sep 17 00:00:00 2001 From: oof1lab Date: Sat, 4 Nov 2017 15:13:00 +0000 Subject: [PATCH] doc: usage --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e272543ae3..5dbee084b9 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,23 @@ # xmysql: one command to generate REST APIs for **any** MySql database ## Why this ? +

+ Rick & Morty +

+ 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 .. +Hence this. + + + +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/) +

- Rick & Morty + xmysql gif

-Hence this. Powered by node packages : ([express](https://github.com/expressjs/express), [mysql](https://github.com/mysqljs/mysql)) => { [xmysql](https://github.com/o1lab/xmysql) } @@ -31,11 +40,6 @@ 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