PratyushaRaghupatruni / eat-da-burger

Create a burger logger: Eat-Da-Burger restaurant app with MySQL, Node, Express, Handlebars and ORM.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eat-da-burger!!

MIT License

Goal :

Create a burger logger: Eat-Da-Burger restaurant app with MySQL, Node, Express, Handlebars and ORM.

Table of Contents

Deployed Website:

eat-da-burger

Demo :

eat-da-burger

Screenshots :

Medium Devices/ Laptop Small Devices/ Tablet Extra Small Devices/Phone
Laptop Tablet Phone

User Story

'Eat-Da-Burger!' is a restaurant app that lets users input the names of burgers they'd like to eat.

Whenever a user submits a burger's name, app will display the burger on the left side of the page -- waiting to be devoured.

Each burger in the waiting area also has a Devour it! button. When the user clicks it, the burger will move to the right side of the page as 'Devoured'.

App will store every burger in a database, whether devoured or not.

Technology :

1. MySQL :

  • MySQL is an open-source relational database management system.

  • A relational database organizes data into one or more data tables in which data types may be related to each other; these relations help structure the data.

2. Express.js :

  • Web Applications : Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.

  • APIs : With a myriad of HTTP utility methods and middleware, creating a robust API is quick and easy.

3. Node.js :

  • Node.js is an open-source and cross-platform JavaScript runtime environment.

  • A Node.js app is run in a single process, without creating a new thread for every request.

5. Handlebars.js :

  • Fast execution: Handlebars compiles templates into JavaScript functions. This makes the template execution faster than most other template engines.

  • Mustache-compatible: Handlebars is largely compatible with Mustache templates. In most cases it is possible to swap out Mustache with Handlebars and continue using your current templates.

Features :

  • Followed MVC(Model-View-Controller) design pattern.

  • Used Node and MySQL to store data of the burgers and route data.

  • Used handlebars.js to generate dynamic HTML pages.

  • App will store every burger in a database, whether devoured or not.

License

This project is licensed under MIT license.

Contribution :

Pratyusha Raghupatruni

This app is licensed under the MIT licensing model. Feel free to fork the repo or clone it locally to your machine and make whatever changes you'd like.

About

Create a burger logger: Eat-Da-Burger restaurant app with MySQL, Node, Express, Handlebars and ORM.

License:Apache License 2.0


Languages

Language:JavaScript 68.9%Language:Handlebars 29.6%Language:CSS 1.5%