An open API service indexing awesome lists of open source software.

https://github.com/enpit/flux_node-oracledb

This is flux's TodoMVC example application on the outside. On the inside is a webservice that interacts with an oracle database using oracle/node-oracledb.
https://github.com/enpit/flux_node-oracledb

Last synced: 30 days ago
JSON representation

This is flux's TodoMVC example application on the outside. On the inside is a webservice that interacts with an oracle database using oracle/node-oracledb.

Awesome Lists containing this project

README

          

# Flux + Node-OracleDB example application

The aim of this repository is to provide a working example of a [React](https://facebook.github.io/react/)/[Flux](https://github.com/facebook/flux) based application that uses an oracle database as storage. The database will be called using the [node-oracledb](https://github.com/oracle/node-oracledb) driver.

## Features

* Shows the TodoMVC app from [Flux](https://github.com/facebook/flux)
* Calls a webservice that is implemented in [another project](https://github.com/enpit/flux_node-oracledb.webservice)
* The webservice communicates with an oracle database using [node-oracledb](https://github.com/oracle/node-oracledb)
* If you don't have an Oracle XE database installed, just use a [docker container](https://registry.hub.docker.com/u/alexeiled/docker-oracle-xe-11g/)
* This project was built upon the [base-react-min](https://github.com/codewinds/base-react-min)

## Usage

This is still a WIP, but you can download, npm install and then npm build to use a local version of the todomvc app (no database functionality yet). Launch the index.html in /public in any webbrowser to start the app.