Please sign in to access this page
An API that allows users to create movies using their TVDB ID. Users can also rate movies. Anyone is able to see the movies in the database and what ratings they have.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I made several bug fixes for all of the routes. I also switches from including the token in the body, to instead using bearer token header.
I added several functions movie handling function and movie ratings. You can edit and delete movies if you created them. Users can also rate/remove their rating from a movie. Anyone can get the average/total ratings.
I added some very basic movie functions like adding, getting by id, and getting all of them
I added several more function to the account management include editing the username, password, fetching the current user, and deleting the current user.