This is a sample application for submitting feedbacks. It uses Node.JS, express, Mongodb, Bootstrap, Backbone and Socket.IO.
You need to have node and mongo installed for running this application. To run the application, run following
-
In a terminal, run mongo daemon. $ mongod
-
In a separate terminal tab, run following $ cd instasense $ npm install $ node app.js
-
Navigate to browser and open http://localhost:3000.