Hambuger Logger Application
This application allows a user to create various kinds of hamburgers (different combos, crazy ideas, whatever you want) and then either eat them or remove them from the menu, in you change your mind.
This application uses haldebars for rendering the frontend, Node JS on the backend for running the server environment, and MySQL for storing the burgers that are created.
To run this application, type in the following node command: npm start
This application requires the following dependencies to be installed prior to use:
- MySQL
- Express
- Express-handlebars
- Body-parser
- Nodemon
To install these dependencies, enter the following command: npm install
