JonathanFrederick / django-movies

0 stars 0 forks source link

Set-up

To use

To view the top 20 movies by average rating, open 127.0.0.1:8000/db/movies/top in your browser To view a specific movie, open 127.0.0.1:8000/db/movie/# replacing '#' with the ID of the desired movie To view a specific rater, open 127.0.0.1:8000/db/rater/# replacing '#' with the ID of the desired rater