choumrdh / 13_MVC_Eat_Da_Burger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Title: 13_MVC_Eat_Da_Burger πŸ™Œ

  • A burger logger with MySQL, Node, Express, Handlebars and a homemade ORM (yum!). Be sure to follow the MVC design pattern; use Node and MySQL to query and route data in your app, and Handlebars to generate your HTML.:bulb:
  • Eat-Da-Burger! is a restaurant app that lets users input the names of burgers they'd like to eat.

Heroku Link

Click ME

Table of Contents:


User Story πŸ’¬

 Whenever a user submits a burger's name, 
 your 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.
 Your app will store every burger in a database, whether devoured or not.

Installation πŸ’Ύ:

  1. Clone this repository.
    git clone git@github.com:choumrdh/
    13_MVC_Eat_Da_Burger.git
    
  2. Navigate into the cloned directory.
    cd 13_MVC_Eat_Da_Burger
    
  3. Install Nodejs dependencies.
    npm install
    
  4. In the root directory of the project, start the server.
    node server.js
    
  5. In your browser navigate to the following page.
    http://localhost:8080
    

NPM Packages

Package Documentation
body-parser Body-parser
express Express
express-handlebars Express-handlebars
mysql Mysql

Contribution 🀝

contributions welcome


Author πŸ‘€

  • Name: Michelle follower

License πŸ†

  • Copyright

About


Languages

Language:JavaScript 60.9%Language:HTML 34.3%Language:TSQL 2.7%Language:CSS 2.0%