Conclusion website. Alex Durham and Ben Minton
to start: sudo screen mongod sudo screen nodemon start
if mongod was shutdown uncleanly: sudo screen mongod --repair
and then: sudo screen mongod
TODO: user profile page migrate to AWS? (eliminate mongodb) finalize look and feel
committing to GIT (you will have to do all 3 of these things each time)
if file has been added: git add *
Commit changes to head (but not yet to remote repo): git commit -m "commit message"
Send changes to remote repo: git push origin master