Giter Club home page Giter Club logo

eat-da-burger's Introduction

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.

eat-da-burger's People

Contributors

pratyusharaghupatruni avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.