GithubHelp home page GithubHelp logo

burger's Introduction

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

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.