This is a 3-tier SPA or Single Page Application demo which is hosted on Pivotal Web Services - a Cloud Foundry PaaS cloud service.
All you need to do is to clone this repository,
git clone https://github.com/komushi/gnavi-mongo
cd gnavi-mongo
Remeber to install node.js and npm and then bower first. Then, install the dependencies:
npm install
Then, run the Application:
npm start
You can access your app at
http://localhost:9000/
git clone this repository,
git clone https://github.com/komushi/gnavi-mongo
cd gnavi-mongo
Remember to install cf cli and then get an account from Pivotal Web Services. Then, push the application:
cf push
You can access your app at
http://gnavi-mongo-${random-word}.cfapps.io