##Simple Server Examples
Different ways you can scaffold your simple express app. Includes mongoose and swig.
###How to Follow Along
- Download the package.json, views and sever_old.js from the repo.
- Open a terminal and type: mongod
- Open another terminal and type: npm install
- convert server_old into classes
server.js - using const and =>
server2.js - uses classes
server_old.js - starting code