"Build a Nightlife Coordination App" is a requirement for freeCodeCamp's Back End Development Certification: https://www.freecodecamp.org/challenges/build-a-nightlife-coordination-app
Date Completed: August 26, 2017
See the project on Heroku at: https://charmed-nightlife.herokuapp.com/
-
As an unauthenticated user, I can view all bars in my area.
-
As an authenticated user, I can add myself to a bar to indicate I am going there tonight.
-
As an authenticated user, I can remove myself from a bar if I no longer want to go there.
-
As an unauthenticated user, when I login I should not have to search again.