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.
By: Vincent Toon
-
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
- 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.
-
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
- 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, comments, or concerns? Please Email me at: