Skip to content

Files

Latest commit

 

History

History
16 lines (14 loc) · 742 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 742 Bytes

###An Introduction to MongoDB with Mongoose and NodeJS and Coffeescript###

You should follow the direction below to get up and running.

  1. If you do not already have coffee-script installed globally
  • npm install -g coffee-script
  1. Visit the following link to create a free MongoLab account.
  • MongoLab Signup
  • Once you have completed the signup process you will need to create a free database
  • Once you have created your free database you will need to copy the URI
    • The URI is in the top information box on the page after database creation
  • Paste the URI into the file located @ src/config.coffee
  1. Compile the coffee script
  • cake build
  1. Run the app and enjoy...
  • node app