A Basic Rest API in ExpressJS for the Electron_KIOSK application. OracleDB is used for the database.
$ git clone https://github.com/kirandroid/KIOSK-API.git
Open the KIOSK.sql file in the Oracle Developer and edit the connection config in the index.js file.
$ cd KIOSK-API
$ npm install
$ npm start (or) nodemon