Skip to content

[Independent Project #10: Dr. Sillystringz's Factory] The home page welcomes Dr. Sillystringz and displays an index of engineers and machines at his factory. He can see a list of engineers working at the factory, and for each engineer, add machines that engineer is licensed to repair. Conversely, if a machine is viewed, it has a list of engineer…

License

Notifications You must be signed in to change notification settings

Thorington/Dr.Sillystringz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Independent Project #10: Dr. Sillystringz's Factory

a picture of the factory's header

Contributors: Claire Thorington

Technologies Used

  • Markdown
  • HTML
  • CSS
  • C#
  • .NET
  • ASP.NET Core MVC
  • Razor
  • MySQL
  • MySQL Workbench
  • EF Core

Description

The home page welcomes Dr. Sillystringz and displays an index of engineers and machines at his factory. He can see a list of engineers working at the factory, and for each engineer, add machines that engineer is licensed to repair. Conversely, if a machine is viewed, it has a list of engineers who are licensed to repair that machine. He should be able to add and remove both the machine and the engineer from any entry.

a picture of the program's schema

Setup/Installation Requirements

  • Clone repository to desktop
  • To run this program, you will need to import the claire_thorington.sql file into MySQL Workbench and create a new schema named claire_thorington
  • Next, create an appsettings.json file in the Factory directory and copy in the following:
{
  "ConnectionStrings": {
    "DefaultConnection": "Server=localhost;Port=3306;database=claire_thorington;uid=root;pwd=epicodus;"
  }
}
  • Navigate to the Factory directory in your terminal and type $ dotnet restore and then $ dotnet run

  • A note to whoever is grading this: The .sql file I exported included both the structure and some filler data, on purpose

Known Bugs

  • None

License

[MIT]

Copyright (c) 2022 Claire Thorington

Header photo by Jason Leung on Unsplash

Body photo by Arseny Togulev on Unsplash

About

[Independent Project #10: Dr. Sillystringz's Factory] The home page welcomes Dr. Sillystringz and displays an index of engineers and machines at his factory. He can see a list of engineers working at the factory, and for each engineer, add machines that engineer is licensed to repair. Conversely, if a machine is viewed, it has a list of engineer…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published