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.
- Host: GitHub
- URL: https://github.com/enpit/flux_node-oracledb
- Owner: enpit
- License: mit
- Created: 2015-10-07T18:17:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-21T23:15:29.000Z (over 10 years ago)
- Last Synced: 2025-01-14T18:08:56.982Z (over 1 year ago)
- Language: JavaScript
- Size: 832 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.