In this section, we will learn how to build a web application that will call the API Gateway invocation URL that we built in previous chapters and list the movies, as follows:
For each movie, we will display its cover image and title. In addition, a user can filter the movies by their categories by clicking on the button to the right of Horror . Finally, to add a new movie to the database, a modal will pop up if the user clicks on the New button on the navigation bar. The modal will ask the user to fill in the following fields:
Now that the application mock-ups are defined, we will use a JavaScript framework to build the web application quickly. For example, I will be using Angular 5, which is currently the latest stable version of Angular.