Burger Time 2 is a simple web page that demonstrates the use of a MySQL database to save user
                information on a server.  It has a login that uses passport and bcrypt for salting and hashing
                passwords. Once logged in, a user can make a list of burgers they want to eat. The user can 
                then move the burgers to a devoured column after they have eaten them.
                
                The user "test" with the password "test" can be used to explore the software without signing up.