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!
- MongoDB
- Express
- Node.js
- AJAX
- JavaScript
- JQuery
- JQuery UI
- 3rd Party API
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.
Click here for Trello boards work flow
- 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
- 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
- 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!)