CineTrack is a simple Movie Watchlist Management System built using Flask (Python) and MySQL as part of a DBMS project.
It allows users to sign up, log in, and manage their personal list of movies they want to watch.
- User signup and login authentication
- Add movies to a personal watchlist
- Mark movies as watched or not watched
- Delete movies from the list
- Data stored securely in MySQL database
- Backend: Python (Flask)
- Database: MySQL
- Frontend: HTML, CSS
- Connector:
mysql-connector-python