FilmManager is a movie streaming and management web application developed using PHP and PostgreSQL. Inspired by platforms like Netflix, it allows users to explore, search, and watch film content while offering admin functionality to manage the movie database and users.
This project showcases dynamic content rendering, database integration, user authentication, and media handling using classic web technologies.
- User registration and login
- Browse and search movies by genre, title, or release year
- View movie details with posters and descriptions
- Watch trailers or movies (via embedded video or player)
- Responsive design for mobile and desktop users
- Add, edit, or delete movies
- Manage user accounts
- Control film genres and categories
- Dashboard with quick stats (optional)
- Backend: PHP (Core PHP / with basic MVC structure)
- Database: PostgreSQL
- Frontend: HTML5, CSS3, JavaScript, Bootstrap
- Web Server: Apache / XAMPP / LAMP stack
- Media Handling: Video embedding or streaming from local/uploaded sources