This is a “full-stack” web app – this version used to display the names the burgers that are currently available, and to change the status from “available” to “claimed” or vice-versa. This version automatically sets the status of all new burger names to “not taken” by default (in the database: “claimed” = 0).
The npm packages needed to run this app are: express / express-handlebars / mysql