Skip to content

jakehawk/P03_Drink_Drank

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DRINK/DRANK L.A.®

wireframe

INTRODUCTION

Do you know what time it is? It's time for a drink!

DRINK/DRANK L.A.® connects thirsty customers with their favorite drinking establishments in Los Angeles and beyond.

We encourage everyone to keep a running list of their favorite bars in the city, but to always be on the lookout for new ones, too. This app allows you to do both! Huzzah!

You and your friends can use DRINK/DRANK L.A.® to keep track of your favorite bars and have a system in place to keep the ones you are interested in on your radar.

Just remember to drink responsibly. Cheers!

INCEPTION DECK

Link to Google Slides

TECHNOLOGY USED

  • MongoDB
  • Express
  • Node.js
  • AJAX
  • JavaScript
  • JQuery
  • JQuery UI
  • 3rd Party API

APPROACH

We created two models--one for Users and one for Bars--that contain all of the information necessary to liaise between users and bars they will keep in their "Visited" and "Unvisited" lists. These models manage our users' data and databases.

TRELLO PAGE

Click here for Trello boards work flow

UNSOLVED PROBLEMS/STRETCH GOALS

  • add text area field to added bars in order to keep updated notes for each bar
  • create "random" button that offers users a "bar roulette" option for finding new bars

INSTALLATION INSTRUCTIONS

  • clone the repository into a local file
  • open terminal and navigate to repository
  • run npm install
  • run nodemon
  • open browser and navigate to localhost:3000

MVP

  • Have a working Facebook OAuth for users to log on and log off
  • Allow users to be able to create, edit, update and delete their lists of bars (full CRUD)
  • Allow users to sort bars by visited or not visited
  • Allow users to search through bars using 3rd Party API (Yelp!)

WIREFRAMES

wireframe1 wireframe2 wireframe3

ERD

ERD

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.0%
  • HTML 42.1%
  • CSS 15.9%