This project involves the design of a website with a database for a film wiki, as well as the creation of a user interface to manage it.
- Conceptual Data Model (CDM): Modeling entities such as films, genres, directors, and actors...
- Database: Creating a MySQL database (HeidiSQL) and PHPMyAdmin.
- SQL Queries: Developing queries to extract specific information.
- User Interface Mockups: Designing mockups for the homepage, list of films, actors, directors, castings, roles, and genres.
- User Interface (UI): Developed with HTML, CSS, PHP to access, add, modify, delete films, actors, etc...
- Use of Docker: Dockerizing the MySQL database and development environment for portable configuration.