Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 332 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 332 Bytes

node-oracle-api (wip)

express based rest api connecting to oracle db

you need cd into main directory

docker build -t nodeoracleapi .

then make check the image

docker images

then run it as below

docker run -i -p 3131:3131 nodeoracleapi

navigate to

http://localhost:31/api/customers