MyToMovies project, MTM, aims to provide REST API for personal movie list management. Users can search for movies and maintain personal favourite movie lists. The project is presented with OpenAPI 3. This project is using TMDB API for all the movie information. Please visit http://mtm-3a4d1d4b1bb5e20a.elb.eu-west-1.amazonaws.com for the live project(Currently stopped hosting live project. May redeploy to production in the future).
This documentation aims to provide the details of the design behind this project. The Technical Specification section gives an overview of the requirements and technologies used. The Architecture section first introduces the overall architecture of the project. It then further explores the details of how JWT generation is integrated with Spring Security, and how the MTM application is talking with external service TMDB API. This documentation also covers the Database Design section and API Design section for reference.
This section will go through some functions that this API provides for a quick start. Full information of the API calls can be found in the API Reference section.
<aside> 💡 A brief introduction on the features of this project, technologies used and key components of the MTM application.
</aside>
Users can only search for their own data as such movie lists are not shared between users.