Movies Terminal App



This is a project of my Database Management Systems course. People can use the terminal to do movie-related operations like watching, recommending, changing subscription, etc. I used python, psycopg2 and PostgreSQL in this project. It allows to
  • Sign in and sign up
  • show and change subscriptions
  • search movies by keywords
  • watch movies
  • suggest movies according to your watchlist and also popularity of movies

You can see my movie suggestion code below




You can check out my code on my GitHub page.

Comments

Popular posts from this blog

Computer Graphics - Depth Buffer Test