A restaurant app that lets users input the names of burgers they'd like to eat.
Whenever a user submits a burger's name, the app display the burger on the right side of the page -- waiting to be devoured.
- MySQL
- Node.js
- Express
- Handlebars
Make sure to npm install dependencies!
Repository can be found here: GitHub/ramonpbarros Make sure to git clone and check out the code!
Show examples of usage:
all: (cb) => {orm.selectAll("burgers", cb);}
List of features ready and TODOs for future development
- Add a burger's name.
- Mark as "devoured".
- Burger is stored in database.
To-do list:
- Better design.
- Add delete button.
Project is: in progress
- Check the application here.
Project inspired by UCSD Coding Bootcamp, based on second month of course, applying MySql, Express.js, Handlebars, jQuery and JavaScript skills.
Created by @ramonpbarros - feel free to contact me!