Skip to content

Instantly share code, notes, and snippets.

@adrienjoly
Created April 29, 2015 15:08
Show Gist options
  • Select an option

  • Save adrienjoly/ea66cfee5529d376dccb to your computer and use it in GitHub Desktop.

Select an option

Save adrienjoly/ea66cfee5529d376dccb to your computer and use it in GitHub Desktop.
(Sample) Project Readme.md

(Sample) Project Readme.md

Prerequisites

Project setup

  • Clone git repo
  • Run npm install
  • Create a MongoDB database: mongod --dbpath ./data
  • Initialize the DB: mongo initdb.js

Project startup

  • Make sure that MongoDB is running, or mongod --dbpath ./data
  • Run npm start
  • Go to localhost:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment