ssh to the dev env
- run "sudo service mongod start" to start the database
- cd server
- run "npm run davstart" to start nodemen middleware, it will allow the express to update the code without restart.
update: the middelware body-parser is working now with BodyController testing script use (/bodyDemo) assignment 4 the middelware restful is working now with MovieController testing script use (/movie) assignment 4 Chi Wei Wang (John) The middleware morgan is now working to log the authentications/requests - Roger Halftermeyer.