vinodkottem / node-oracle-db

An example connecting a Node JS runtime to an Oracle database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js Starter Overview

The Node.js Starter demonstrates a simple, reusable Node.js web application based on the Express framework.

Run the app locally

  1. Install Node.js
  2. Download and extract the starter code from the Bluemix UI
  3. cd into the app directory
  4. Run npm install to install the app's dependencies
  5. Run npm start to start the app
  6. Access the running app in a browser at http://localhost:6001

My steps so far:

1] I set up a hosted oracle database trial account [ https://cloud.oracle.com/database ] 2] Created a Javascript app on bluemix 3] Included the Oracle NPM module in my package [ npm install oracledb --save ] 4] Needed to download the local client to my mac, needed to update path variables:

oracle/node-oracledb#318

About

An example connecting a Node JS runtime to an Oracle database


Languages

Language:JavaScript 80.8%Language:CSS 11.6%Language:HTML 7.5%