nss-day-cohort-22 / movie-history-unaccountable-baboons

movie-history-unaccountable-baboons created by GitHub Classroom
2 stars 2 forks source link

Display tracked #28

Closed rmbw74 closed 6 years ago

rmbw74 commented 6 years ago
  1. git fetch
  2. git checkout displayTracked
  3. make sure grunt runs and completes, if it doesnt, do it manually
  4. start your HTTP SERVER
  5. open http://127.0.0.1:8080/
  6. open your dev tools and clear out anything in local storage
  7. use the login button to log in to an account. you should have zero movies displaying because we deleted all from the database. 1 .use the search for movies to add as many movies as you would like to the DB
  8. refresh the page and see if the movies you added are displayed
  9. log out by clearing out local storage
  10. refresh the page, you should again see zero movies
  11. log in using the following credentials. email: dude@dude.com pw: 123456
  12. there should be 2 movies displayed (Jurassic World and RoboCop)
  13. none of the movies you added as the other user should be displayed in the dom.
lissagoforth commented 6 years ago

🎉 :shipit: