nettashviro / MovieApp

.NET core movie website for class
0 stars 0 forks source link

Movie App

movieapp logo

Basic Overview

A project for web application development course.
Using: ASP.net (mvc), JQuery, Boostrap and SQL DB.

About The Project

and... Action! - A dashboard for browsing movies, directors and soundtracks. The user can add reviews, get movie recommandations, and see statistics about the movie world.

Setup

Installing

Change the database connection string in appsettings.Development.json to your local database connection.

After that, open "Package Manager Console" in Visual Studio and type the following command to run the latest migration.

update-database

live reload:

dotnet watch run

The Squad