Initialize Install
Make sure you install all required package with npm install
Export db from mysql to SQLite
mysql2sqlite -f db.polygonid -d polygons -u root -t provinces districts sub_districts
Run APP
PORT=5000 DEBUG=polygonid:* npm start
or node app.js
for Documentation see on wiki.