Skip to content

Eat-Da-Burger allows user's to add burgers via text-input and then devour them. Burgers devoured move to a separate list.

License

Notifications You must be signed in to change notification settings

calvinfreese/Eat-Da-Burger

Repository files navigation

Eat-Da-Burger

Table of Contents

Description

Have you ever wanted to keep track of all the burgers you've consumed and have yet to consume, then this is the app for you! Eat-Da-Burger allows user's to add burgers via text-input and then devour them. Burgers devoured move to a separate list.

Click Here to view the Heroku deployment.

Installation

Technologies Used

Steps

    • Start by entering the following in your terminal: Git clone https://github.com/whackingMUFN/Eat-Da-Burger.git
    • Change directory to Eat-Da-Burger and enter npm install into your terminal. This will install all package dependencies.
    • Add node_modules to .gitignore.
    • Create a config.js file based on the template here.
    • If file config.js is created in another location other than the parent folder, remember to update server.js const credentials = require('./config') with the new relative path.
    • Replace <ID> in the user and password fields in config.js with the credential information for the database.
    • Copy Database and Table setup from ./db/schema.sql
      • Paste into MySQL Workbench and execute.
    • Copy table data from ./db/burgerSeed.sql
      • Paste into MySQL and execute only the INSERT INTO ... VALUES (...) information code blocks for each table. This can be done by selecting/highlighting the desired code blocks and clicking the lightning bolt.
  • Start the application by running npm start

Screenshots

Eat-Da-Burger

Tour

Home Page

home

Credits

This assignment was provided by Trilogy Education Services. All files were created based on in class activities and lectures, MDN Reference Documents for JavaScript syntax JSHint for JavaScript validation, and various other online resources.

License

License MIT © 2020 Calvin Freese

About

Eat-Da-Burger allows user's to add burgers via text-input and then devour them. Burgers devoured move to a separate list.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published