Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fatihacet/af-sample-node-mongodb-survey
App to demonstrate deploying a node and mongodb app to appfog
https://github.com/fatihacet/af-sample-node-mongodb-survey
Last synced: 10 days ago
JSON representation
App to demonstrate deploying a node and mongodb app to appfog
- Host: GitHub
- URL: https://github.com/fatihacet/af-sample-node-mongodb-survey
- Owner: fatihacet
- Created: 2012-01-22T20:38:53.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-22T18:47:14.000Z (about 13 years ago)
- Last Synced: 2024-11-06T05:13:01.712Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 810 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
== Demo app for node mongodb
== Getting started
== Run locally
Assumes you already have node, npm, and mongodb installed
npm install
== Deploy to Appfog
af push
af create-service mongodb== Description of Contents
These are the files for the original demo app:
server.js
package.json
views
errors.ejs
index.ejs
layout.ejs
respond.ejs
results.ejs
public
javascripts
jquery.js
highcharts.js
public
stylesheets
site.css
node_modules