Currently, movies are added globally. This works fine if you're running it on your own, but kind of limits the "we" in "weneedtowatch". Let's introduce users and add movies to a user. This also introduces authentication (though it could still be handled by basic auth in the short term).
Currently, movies are added globally. This works fine if you're running it on your own, but kind of limits the "we" in "weneedtowatch". Let's introduce users and add movies to a user. This also introduces authentication (though it could still be handled by basic auth in the short term).