Giter VIP home page Giter VIP logo

blockbuster.solution's Introduction

Blockbuster Video -

C# and Database practice for Epicodus, 08.11.2020

By Jeff Kim, Erich Richter, James Henager, & Cody Fritz

Description

This project uses C#, MySQL, Entity Framework, Microsoft Identity, and MVC to create a web interface that will allow the greatest video rental franchise of all time to maintain a catalog of videos to rent, categorize them by actor* and genre, search for videos, authorize customers, and rent videos out to customers with an accurate track of stock. The interface will achieve this by utilizing a MySQL database along with Identity authorization.

Specifications

Behavior Input Output Completed(Y/N?)
Create an object called Video with properties for name actors, genre, and current stock N
Create an object called Customer with properties for name and a list of videos they have checked out N
Allow users to create a new Video object through a user interface N
Allow users to create a new Customer object through a user interface N
Create a database with tables for Video and Customer objects using Entity Framework and code first development and database migrations N
Maintain a many-to-many relationship between Video and Customer objects via a joing table N
Allow users to create a new join relationship between an Video and a Customer from the Video Details page N
Allow users to create a new join relationship between a Machine and an Engineer from the Machine Details page N

Setup/Installation Requirements

Requirements:

To use this program:

  1. Open your preferred browser.

  2. Navigate to https://github.com/jkbutserious/Blockbuster.Solution.git.

  3. Click the Code button and click Download ZIP to clone the repository to your computer.

  4. Open the Windows PowerShell console, VS Code Bash terminal, or the MacOS Terminal and use the cd [YOUR DOWNLOAD FILEPATH]/Blockbuster.Solution/Blockbuster command to navigate to the Blockbuster subdirectory.

  5. Use the dotnet restore command to install the necessary packages on your computer.

  6. Use the dotnet run command to run the program.

  7. Use the web interface to add engineers and machines and keep track of Dr. Sneuss's Blockbuster.

  8. Ensure that the following code is present in your appsettings.json file:

    {
      "ConnectionStrings": {
          "DefaultConnection": "Server=localhost;Port=3306;database=blockbuster;uid=root;pwd=epicodus;"
      }
    }
    
  9. If you have any issues running this program, please reach out to the developer or troubleshoot at your own risk.

To recreate the database using MySQL and Entity Framework Core:

Note: These instructions assume that you have installed and set up your MySQL Server according to Epicodus's guidelines, as well as Entity Framework Core. For more information, see Installing and Configuring MySQL and Configuration for Entity Framework Core.

  1. Open Windows PowerShell, the MacOS Terminal, or your VS Code terminal and use the command cd [YOUR DOWNLOAD FILEPATH]/Blockbuster.Solution.
  2. Ensure that the Migrations folder is included in your cloned repository.
  3. Use the dotnet ef database update command to apply the latest database migration.
  4. Use MySQL Workbench or your preferred terminal to verify the database schema.

To contribute to this project:

  1. Open your preferred browser.
  2. Navigate to https://github.com/jkbutserious/Blockbuster.Solution.
  3. Log into or sign up for your GitHub account.
  4. Click the Fork button to copy the repository and all source code.
  5. From your forked repository, you can download or clone the repository, by clicking the Code button.
  • To clone the repository in Visual Studio Code's terminal, use the command

    git clone https://github.com/[YOUR-USER-NAME-HERE]/Blockbuster.Solution

  • To clone the repository in GitHub Desktop, click the Open in Desktop option

  • To download the repository, click the Download ZIP option, save the archive to your computer, and extract it to the folder of your choice

  1. Use your preferred code editor to edit the appropriate model and view files. New classes should be added in the Models subdirectory and should use the Blockbuster.Models namespace. Note: the Blockbuster.csproj file is a C# project file and should not be edited.

  2. Use the dotnet ef migrations add [YOUR MIGRATION NAME HERE] to add a new database migration.

    You can also export your database schema from MySQL Workbench by using the Data Export option on the Administration tab of your database, select the schema you want to export, select the Dump Structure and Data option from the dropdown menu, and click the Start Export button. Make sure to name the file jeff_kim.sql and add the file to your repository in the top-level directory.

  3. Save any changes you make in your code editor and use your preferred git solution to commit your changes.

  4. Push your changes to your forked repository.

Additional Setup/Installation Notes:

  • No additional code is necessary to view this project.

Known Bugs

No known issues. Please contact me if you have any problems.

Support and contact details

To report any issues with this page or to contribute to this project, contact Jeff Kim at [email protected].

Technologies Used

  • C#
  • .NET Core 2.2
  • MySQL Server 8.0.19
  • MySQL Workbench 8.0.19
  • Entity Framework
  • Microsoft Identity
  • MVC
  • Visual Studio Code
  • Git and Git BASH

License

Copyright © 2020 Jeffrey Kim, Erich Richter, James Henager, & Cody Fritz

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

blockbuster.solution's People

Contributors

jkbutserious avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.