Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmuellr/qa-demo-aa
Watson QA demo for Bluemix, in node, with some slight enhancements
https://github.com/pmuellr/qa-demo-aa
Last synced: about 1 month ago
JSON representation
Watson QA demo for Bluemix, in node, with some slight enhancements
- Host: GitHub
- URL: https://github.com/pmuellr/qa-demo-aa
- Owner: pmuellr
- Created: 2014-10-25T15:54:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-25T19:45:18.000Z (about 10 years ago)
- Last Synced: 2024-04-09T21:04:47.337Z (9 months ago)
- Language: CSS
- Size: 138 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
# Question Answer Node.js Starter Application
## Files
The Question Answer Node.js starter application has files as below:
* app.js
This file contains the server side JavaScript code for your application written using the Node.js API
* views/
This directory contains the views of the application. It is required by the express framework and jade template engine in this sample application.
* public/
This directory contains public resources of the application. It is required by the express framework in this sample application.
* package.json
This file is required by the Node.js environment. It specifies this Node.js project name, dependencies, and other configurations of your Node.js application.