Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 794 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 794 Bytes

Nightlife-Client

Full-stack app with Vue.js front-end and Express, Mongoose on the back-end, Yelp to search for bars and Auth0 to authenticate. Express powered back-end API is served by Webtask. Front-end is deployed on Surge. You can visit app here.

User Stories

  1. As an unauthenticated user, I can view all bars in my area.
  2. As an authenticated user, I can add myself to a bar to indicate I am going there tonight.
  3. As an authenticated user, I can remove myself from a bar if I no longer want to go there.
  4. As an unauthenticated user, when I login I should not have to search again.