salpharre / Burger

MVC pattern practice while using MySQL, Node, Express, Handlebars and own ORM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Burger

GitHub last commit npm version

MVC pattern practice while using MySQL, Node, Express, Handlebars and own ORM

Table of Contents

Installation

To install Locally:

  1. Enter the following to install: npm install or npm i

  2. Use schema.sql to create database in MySQL Workbench,

  3. Change any of below information to match your own localhost:

        host: "localhost",
        
        port: 3306,
        
        user: "root",
        
        password: "",
        database: "burgerDB",
    

Usage

Use this application to keep track of all the burgers you have eaten. Type in the name of the burger you would like to eat, and click submit. The name will appear in the left column with a "Devoure Me!" button next to it. Once the burger is eaten, click the "Devoure Me!" button and it will move into the eaten column on the right.

To run the application:

  1. Fork it
  2. git clone
  3. In directory, follow installation instructions
  4. In directory, run node server.js and follow prompts

DEMO:

To youtube!

Technology

  • VS Code v1.46.1
  • shields.io
  • Node v12.16.1
  • MySQL v8.0.20
  • Express-handlebars
  • freeicons.io

Tests

Enter the following to test:

no tests

Contributors

  • Sandra Arredondo

License

None

Launch

Date application releases: July 10th, 2020

About

MVC pattern practice while using MySQL, Node, Express, Handlebars and own ORM


Languages

Language:JavaScript 68.9%Language:Handlebars 24.0%Language:CSS 7.1%