Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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