Skip to content

Back end database using SQL, Javascript and Inquirer to track all the beers a user has drank, complete with rating, style, brewery and date drunk. Inspired by Untappd, but build by hand for fun to strengthen back-end portfolio.

Notifications You must be signed in to change notification settings

Vincenttoon/beer_to_sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beer to SQL

Picture of beers in database

License

License: MIT

Description

Back end database using SQL, Javascript and Inquirer to track all the beers a user has drank, complete with rating, style, brewery and date drunk. Inspired by Untappd, but build by hand for fun to strengthen back-end portfolio.

Picture of breweries in database

By: Vincent Toon

Table of Contents

Installation

  • Head to the repository to download or view this code: beer_to_sql

  • Install NPM: npm i -y.

  • Install MySQL.

  • Create and Seed database (node seeds/index.js).

  • Run code using node index.js

  • Enjoy

Technologies

Tests

Usage

  • Users can view, create, edit and delete a variety of options relating to their beer portfolio. Beers, breweries, styles all can be added, edited and deleted, and you can view these different characteristics a variety of ways.

Prompt list from inquirer

Future Improvements

  • Create location based database so it can be expanded beyond just the beers.

  • Create a user-based branch of the database so you could communicate to other users.

  • Create front-end

Bugs

  • Cannot, for the life of me, get the addBeer function to stop double prompting the user if the brewery doesn't exist. Spent weeks on it on and off, figure it is better to move on and build my portfolio than get hung up on it.

Questions?

  • Questions, comments, or concerns? Please Email me at:

About

Back end database using SQL, Javascript and Inquirer to track all the beers a user has drank, complete with rating, style, brewery and date drunk. Inspired by Untappd, but build by hand for fun to strengthen back-end portfolio.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published