← go back

Movie Database Website

Source code available for reference · Not deployed

What is this project?

This project is an individual coursework developed during my exchange program in the United Kingdom as part of a web development module.

The system allows users to search movies by title and view related information such as directors, release years, and descriptions, while supporting full CRUD (Create, Read, Update, Delete) operations through a RESTful API.

What I worked on

Tech Snapshot

RESTful APIs · Web Application · CRUD Operations · Client–Server Architecture

Reflection

This project provided hands-on experience with building data-driven web applications using RESTful principles, which formed an important foundation for my understanding of modern web system design.

Although the project was not deployed, it strengthened my ability to reason about API structure, data consistency, and the separation of frontend and backend responsibilities in real-world systems.