kimfom01 / Movies

A web app to interact with movies from the yts movies api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movies

This is a web-based movie management application that allows users to browse and search movies by title or genre. The application is built using the Model-View-Controller (MVC) design pattern and uses an external API to fetch movie data, which is then populated into a database. The user can view movies on the homepage, but editing or deletion of movies is restricted to the admin. An admin page is provided to manage the database and populate it with a fresh set of movies.

Given Requirements

  • This is an application to manage information about movies.
  • Users should be able to Add, Delete, Update and Read from a database, using website as the front-end.
  • You need to use Entity Framework, raw SQL isn't allowed.
  • There needs to be a search functionality where I can search movies by name.
  • You should use SQL Server, not SQLite

Key Features

  • Browse and search movies by title or genre
  • Fetches movie data from an external API and stores it in a database
  • Admin page to manage the database and populate it with new movies
  • Built using the MVC design pattern

Technologies Used

  • C# programming language
  • ASP.NET Core
  • Entity Framework Core
  • HTML, CSS, and JavaScript

About

A web app to interact with movies from the yts movies api

License:MIT License


Languages

Language:C# 71.0%Language:HTML 28.0%Language:CSS 0.9%Language:JavaScript 0.1%