/burger

Primary LanguageJavaScript

Burger App

Description

This is a sample and fun Burger App that keeps track of what burgers you want to try along with the burgers you have eaten. This application is deployed and modeled after the MVC file layout (Models, Views, Controllers).

Table of Contents

1. Installation

2. Instructions

3. Schema File

4. Connect File

5. App

6. Questions

Installation

This needs requires the use of the following packages:

MySQL

Express

Express-Handlebars

Instructions

  1. Make sure node.js is installed.
  2. Run npm init
  3. Run npn install mySql Express Express-Handlebars
  4. Run the Schema File and Seed File to initialize the Application (Schema File section below)
  5. Change the configuration.js file to connect to the correct database and also edit the file with the database username and password. (Connection file section below).
  6. Run the Application.

SchemaFile

Below is a picture of the Schema and Seed file.

Schema and Seed File

ConnectFile

Below is a snippet of the modified Connection.JS

Connection

App

Eat Da Burger

Questions

Github Repository

Heroku Repository

Eat Da Burger Deployed App

Contact