Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 355 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 355 Bytes

mean-stack-begin

Getting started

$ npm install && bower install

In a separate terminal fire up MongoDB: $ mongod

Inject script tags into index.html using gulp: $ gulp bower-install

$ node server

Notes

Mongoose middleware is not invoked on update() operations, so you must use a save()if you want to update user passwords