In this assignment, you'll create a burger logger with MySQL, Node, Express, Handlebars and a homemade ORM (yum!). Be sure to follow the MVC design pattern; use Node and MySQL to query and route data in your app, and Handlebars to generate your HTML.
https://fierce-cliffs-24551.herokuapp.com/
https://github.com/JGreenOS/BurgerApp/blob/main/2021-04-25_18-13-59.png
-
Node
-
Express.js
-
npm
-
MySQL
-
Handlebars
-
ORM
Uses MVC design
- Clone the repo
- Run npm install
- Set up your own database
- App starts with node server.js
- .jpg is better for a background image
- The difference between a local deployment and a online deployment - I spent a great deal of time fixing env strings, server configs and more.
- I still like SQL.
- I spent extra time building this because I wanted a quality product.