Download and install DBMS
MySQL, SQLite, Redis, CouchDB, Neo4j which you want to use.
Clone the dbAPI from
GitLab:
$ git clone https://gitlab.com/listingexpress/LE-components.git
To install the necessary package for
dbAPI-server, use command
npm install:
$ cd LE-components/dbAPI-server
$ npm install To know how to use
dbAPI-server go to section
usage in left menu.
To use the RedisEasy-client, import the script from the
../dbAPI-client/lib/rediseasy.min.js: