CineMania project for .Net Applications Development course
- Clone the project
- Add 10 additional records in the movies table.
- Create a contact page. The contact page should have a form for accepting users information (name, email, subject and Message) and store them in the database.
- Add a related movies section on the right side of the movie details page. Related movies should be in the same category as the highlighted movie(movie on the details page).
- Make sure you make git commits after completing each task.