Coder Social home page Coder Social logo

burger's Introduction

burger

burger logger app utilizing MySQL, Node, Express, Handlebars, Bootstrap and a homemade ORM

  • Uses the MVC design pattern for files

  • uses Node and MySQL to query and route data in the app

  • Uses Handlebars to generate the HTML.

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

To Make a Burger

  • User submits a burger's name in the Make-Da-Burger section
  • Selects Make-Da-Burger button
  • The app will display the burger on the left side in the Burgers that are ready! section waiting to be devoured.

To Devour Burger

  • 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 to Burgers that are devoured! section.

  • The app stores every burger in a database, whether devoured or not.

Below is a sample screen

screen

Directory structure

Files and directories structure:

.
??? config
?   ??? connection.js
?   ??? orm.js
? 
??? controllers
?   ??? burgers_controller.js
?
??? db
?   ??? schema.sql
?   ??? seeds.sql
?
??? models
?   ??? burger.js
? 
??? node_modules
? 
??? package.json
?
??? public
?   ??? assets
?      ??? css
?      ?   ??? burger_style.css
?      ??? img
?          ??? burger.png
?   
?
??? server.js

burger's People

Contributors

mareann 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.