Skip to content

sfu-innovation/bernies-ties

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Bernies-Ties Project

Technologies

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

Build and Run

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

http://localhost:3000

The port number can be subject to change

Express Project Structure

  • 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

About

A rating web application of Bernie's ties

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published