jiahuithegrey / hw13_Eat-Da-Burger

This application is a restaurant game that follows MVC paradigm

Home Page:https://hw13-eat-da-burger.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eat-Da-Burger!

  • This app is a restaurant game that lets users input the names of burgers they'd like to eat.
  • This app follows the MVC paradigm. Short for Model View Controller, MVC is an architectural pattern that structures our codebase in three distinct sections according to a software design philosophy known as the separation of concerns.
  • This is my first full stack project which allows the user to create, update and delete data.

Built With

  • Frontend: Handlebars, HTML, CSS, Bootstrap
  • Backend: Express, NodeJS, JQuery
  • Database: MySQL, Sequelize

Demo

Heroku Deployment: Eat-Da-Burger

Burger Demo

Development

  • Utilize MVC design pattern
  • Transfer frontend elements from HTML to handlebars system
  • Utilize mySql database and sequelize to create, edit and get data
  • Create API routes and HTML routes to make the application function

Credits

University of Washington Coding Bootcamp faculty

  • Instructor: Jason Rosen
  • TA: Kris Shore
  • TA: Daniel Mont-Eton

License

MIT License

Copyright (c) [2019] [Jiahui Wang]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Ajax Autocomplete for jQuery is freely distributable under the terms of an MIT-style license. Copyright notice and permission notice shall be included in all copies or substantial portions of the Software.

About

This application is a restaurant game that follows MVC paradigm

https://hw13-eat-da-burger.herokuapp.com/


Languages

Language:JavaScript 50.9%Language:HTML 43.1%Language:CSS 5.5%Language:TSQL 0.4%