git clone this_repository
cd this_repository
npm install
#copy config.example.json to config.json
#edit file config.json for your database
npm start
adjust sql to match your database
in your browser, visit http://localhost:8306/api/query/3/2/1?a=ok&b=text
forever start index.js