You are required to create a CRUD web application for the films table of the sakila database.
The application should list the films in alphabetical order along with pagination each page should list 15 films only.
web app should be bootstrap designed.
Sakila database dump can be downloaded from official website
http://dev.mysql.com/doc/sakila/en/sakila-installation.html
or from my course content web page I have created a simple dump file to be used for this assignment.
Web Engineering Course Contents