Create a list of your favorite burgers and then mark each one you've eaten to keep track.
This is a Node app that allows users to add, update or remove burgers. It was built using the MVC framework. The views are created using Handlebars. The backend uses Express for routing and a custom ORM for database interaction.
- NodeJS
- Express
- MySQL
- Handlebars