Sample microservice for exposing database tables via REST using node.js express.js in a docker container
2017-02-09 | #database #nodejs #services
I have started learning node.js: The first result is this github repository where you can find a basic project of a rest web service that exposes oracle data. How to run the service forever (with autorestart on failures)?