Skip to content

joshholt/MongoTut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###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

About

A MongoDB Tut using Node, Mongoose, Coffeescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published