Clone repository using command git clone https://github.com/bachtiarpanjaitan/polygonid.git
Initialize Install
make sure you install all required package with npm install
Export db from mysql
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
Try it
Comments