This application was built using Node.js, Express, MongoDB, Handlebars, and Materialize CSS.
https://pacific-lake-95761.herokuapp.com/
If you don't have Node and Mongo and you want to get this application running on your local Ubuntu or ubuntu based OS run the following script.
If you're running Windows or Mac you can refer to the documentation for Node and Mongo respectively.
./mongo_node_install.sh
npm install
npm run dev