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
- Designing RESTful APIs for movie data management
- Implementing CRUD operations for database records
- Frontend integration for search, create, update, and delete workflows
- Understanding client-server interaction and API-driven architecture
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.