Skip to content
This repository was archived by the owner on Oct 25, 2018. It is now read-only.

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab12-MVC-App-Part2

This project is from following the MVC template tutorial over on the Microsoft website. It goes over the essentials of a Model-View-Controller application using a template provided by the .NET core in Visual Studio.

It shows examples of CRUD operations with a database based for types of Movies using the Entity Framework Core. There also has been some CSS modifications to practice utilizing Bootstrap implementation.


Getting starting

  • Download the latest .NET SDK
  • Navigate and download the project files from this repo
  • You will have to setup a local database for usage so in your Package Management Console in Visual Studio use the commands:
Add-Migration Initial
Update-Database
  • After running the application, if you are greeted with the below visual success! You can now browse on your local host and view the project

What it should look like

  • Landing page

MVC movie Results Page

  • The other links are also interactive and have some some small implementation of bootstrap elements on their views

Resources


About

Repo for Lab 12

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages