travisjgood / my-morning-coffee

A node.js scaffold: coffeescript based, bootstrap, express, less, jade, and ready to deploy on CloudFoundry.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Morning Coffee

Scaffolding for basic node.js app that is ready to deploy on a CloudFoundry service like AppFog.

This project consists of the following components.

Uses

  • Bootstrap a web application
  • Great for hackathons, just checkout the code and you're ready to go

Starting

To run the app simply run the following command:

$ node start

The start.js file will kick off the CoffeeScript app.

Deployment

Here are deployment instructions for various Platform as a Service environments.

AppFog (Cloud Foundry based)

First time:

$ gem install af
$ af login
$ af push

Subsequent updates:

$ af update <ap-name>

Roadmap

  • Twitter authentication
  • Facebook authentication

Notes

Generated the express app using the following command line:

express --sessions --css less my-morning-coffee

Release Notes

0.2.0

  • Switched from express to a branched version of Locomotive.js (includes CoffeeScript support)
  • Added mongoose and an example of using the models directory

About

A node.js scaffold: coffeescript based, bootstrap, express, less, jade, and ready to deploy on CloudFoundry.