From 5f3c2248fdf213e7478e8c08fd74d7f0a94b692d Mon Sep 17 00:00:00 2001 From: oof1lab Date: Sat, 4 Nov 2017 15:43:46 +0000 Subject: [PATCH] doc: usage --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e63de0dc01..2b47a706f4 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Generating REST APIs for a MySql database which does not follow conventions of frameworks such as rails, django etc is a small adventure that one like to avoid .. # Setup and Usage +
``` npm install -g xmysql ``` @@ -24,8 +25,12 @@ xmysql -h localhost -u mysqlUsername -p mysqlPassword -d databaseName ``` http://localhost:3000 ``` +
+ That is it! Happy hackery! +
+
# Example : Generating REST APIs for [Magento DB](http://www.magereverse.com/index/magento-sql-structure/version/1-7-0-2) [Magento](https://magento.com/) is a popular E-commerce platform