Skip to content

cabhishek/ironman-site

Repository files navigation

Ironman race claim web site

Make sure you have following dependancies setup correctly before

  1. Node (0.11.x + npm http://nodejs.org/)
  2. MySql (up and running)

Setup

  1. git clone git@github.com:cabhishek/ironman-site.git && ironman-site
  2. npm install && npm run up
  3. visit http://localhost:3000

Deploy [live]

  1. Install Heroku toolbelt https://toolbelt.heroku.com/
  2. make deploy

Tech stack

  1. NodeJS (Make sure to have 0.11.x version)
  2. Backbone.js (JS structuring)
  3. Browserify/Make (Node style module loading/compress/uglify/reload)
  4. Koajs (Web framework)
  5. MySql (Persistance storage)
  6. Heroku (Hosting)