Introduction to APP

This is basic application which is bulid using React.

It covers basic CRUD operation for movie based on genres with pagination, filtering and sorting.
User authentication and authorization is also set for creating CRUD for movie.
User can register and login and add, edit and view movie. Delete funcationality is for user with admin role only.

Concepts cover in this code

Components
Pagination, Filtering and Sorting
Routing
Forms
Backend Connection
Authentication && Authorization