/nodenoob

First play with nodejs

Primary LanguageJavaScript

Nodenoob

How to run

  1. Install dependencies: from root directory (nodenoob) npm install
  2. Create data directory: from rot directory (nodenoob) mkdir data
  3. Start MongoDb: mongod --dbpath nodenoob/data/
  4. Start the application: from root directory npm start

Contents

  • /public - static directories suchs as /images
  • /routes - route files for tutorial project
  • /views - views for tutorial project
  • README.md - this file
  • app.js - central app file project
  • package.json - package info project