Skip to content

devonmoubry/mongoose-build-collection-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build a Collection Manager

What is it?

-an Express app to store information about a collection

Build Steps:

  • mkdir <project-name>
  • cd <project-name>
  • gitignore node
  • npm init --yes
  • npm install
  • npm install express mustache mustache-express express-session body-parser mongodb [email protected] bluebird --save
  • touch README.md
  • touch app.js