GithubHelp home page GithubHelp logo

factory's Introduction

Dr SillyStringz Factory

C# ASP.NET MCV w/ MySQL Project for Epicodus, October 16th, 2020

By ** Daniel Schaaf **

Description

This Project was to show my understanding of many to many relationships. this project had us take three classes and show to to make them into a many to many relationships. here is my brainstorming chart that i used to create my database

###Brainstorming

Specs

Spec
1. Create License,Machine and Engineer Classes
2. Build License Controllers for Index, Create, Delete, Details, Edit
3. Build Machine Controllers for Index, Create, Delete, Details, and Edit
4. Build Engineer Controllers for Index, Create, Delete, Details, and Edit
5. Build Home Controllers for Index
6. Build Home Views for Index
7. Build Machine,Engineer and License Views for Index, Create, Delete, Details,AddEngineer,AddLicense
8. Add Links to Clients Class and HTML
9. Add CSS and Styling

Setup/Installation Requirements

Project from GitHub

  • Download option

    • Download files from GitHub repository by click Code and Download Zip
    • Extract files into a single directory
    • Run GitBASH in directory
    • Type "dotnet restore" to get bin and obj files
    • Type "dotnet run" in GitBash to run the program
    • Add database per the instructions below.
    • Make Engineers,Licenses and Machines
  • Cloning options

    • For cloning please use the following GitHub tutorial
    • Place files into a single directory
    • Run GitBASH in directory
    • Type "dotnet restore" to get bin and obj files
    • Type "dotnet run" in GitBash to run the program
    • Add database per the instructions below.
    • Make Engineers,Licenses and Machines

Database Setup

*setup with database update

  • run dotnet ef database update and it will build out your database.

  • Setup with SQL Import

    • MySQL
      • In the Navigator > Administration window, select Data Import/Restore.
      • In Import Options select Import from Self-Contained File.
      • Navigate to daniel_schaaf.sql.
      • Under Default Schema to be Imported To, select the New button.
        • Enter 'daniel_schaaf' as the name of your database.
        • Click Ok.
      • Click Start Import.
    • Go to appsettings.json and change the password if needed.

Known Bugs

Built the program under the wrong root folder. [fixed but the commit history is at https://github.com/dschaaf89/Factory2 ]

the picture on the readme.md shows on readme.md preview but doesn't show on gitHub.

Technologies Used

Main Programs

  • MySQL
  • C# / ASP.NET Core a
  • MVC
  • CSS
  • Bootstrap

Other Links

Daniel's GitHub

License

Copyright (c) 2020 { Daniel Schaaf} Licensed under MIT

factory's People

Contributors

dschaaf89 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.