Please sign in to access this page

Movie API

Movie API

5 devlogs
8h 7m
•  Ship certified

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.

Timeline

Ship 1

1 payout of shell 99.0 shells

Nathan Cloutier

about 1 month ago

Nathan Cloutier Covers 5 devlogs and 8h 7m

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.

Update attachment

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.

Update attachment

I added some very basic movie functions like adding, getting by id, and getting all of them

Update attachment

I added several more function to the account management include editing the username, password, fetching the current user, and deleting the current user.

Update attachment

I added the initial login and signup logic to my api

Update attachment