A full stack application that uses HTML/CSS, Materialize, Node.js, MySQL, Express, and HTML templating through Handlebars.
The user inputs any burger name to add to a list of burgers 'to be eaten', and by pressing the 'devour button', the selected burger is sent to a list of already eaten burgers. All data input is stored to a MySQL database.
Clone repository to run locally:
git clone [email protected]:jgg88/burger.git
Install project dependencies:
cd burger
npm install
Run node server:
node server.js
Open application in browser:
http://localhost:3000/
Joshua Gomez