Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 810 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 810 Bytes

drf_movie_app

Simple DRF app to explore/mess around with the tech

Image of Tyler's Movie App

This is a Django app to explore Django Rest Framework and Docker. The app is a (very) simple IMDB clone with data from The Movie Database: https://www.themoviedb.org

Grab and run the image from the Docker Hub: https://hub.docker.com/repository/docker/tylerkershner/tyler-movie-app

TODO

  • Add user accounts
    • Reviews, comments, tagging, voting
  • Production ready Django settings
  • Proper 404/500 pages
  • More objects/relationships from TMDB
    • TV shows
    • Companies/networks
    • Reviews
  • More complete data set