Many different Technologies will be used in this project , includes:
- Node.js - Event-driven I/O server-side JavaScript environment based on V8.
- Express - Sinatra inspired web development framework for node.js.
- JADE - Node Template Engine
To build and run this project, run the following command:
npm install
node ./app.js
You should able to visit your project page locally at
The port number can be subject to change
- public - Where static content will be served to public, place css, js and image files here
- views - controls how the page is rendered to viewer
- routes - it directs the viewer to the correct page they required
- app.js - the "main hub" of Express
- package.json - manages dependencies
- models - backbone stuff
- controllers - handle user actions