Skip to content

Khanjo/Factory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Factory

C# / SQL Database Many to Many code review for Epicodus, 08/04/2023

By Joshua Khan

Description

Web application that allows user to add engineers and machines to a factory and link them through a join table

Setup/Installation Requirements

  1. Click on this link to the project repository on GitHub.
  2. Click on the "Clone or download" button to copy the project.
  3. If you know how to use the command line and Github, clone the project with git clone. Use "Download ZIP" if not.
  4. Extract the Zip to a folder of your choice and open with a code editor (i.e. vscode)
  5. Use a SQL Manager Database such as mySQL Workbench.
  6. Change the appsettings.json file to use your own first and last name and password
  7. Navigate to the Factory directory by entering cd Your Filepath/Factory. Then enter dotnet restore, dotnet build, dotnet ef database update then dotnet run into the terminal.

Known Bugs

No known bugs

Support and contact details

https://github.com/khanjo

Technologies Used

  • C#
  • .NET-Core 2.2
  • ASP.NET Core MVC
  • Entity Framework Core
  • MySql
  • Visual Studio Code
  • GitHub

License

MIT License.

Copyright (c) 2023 Joshua Khan

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors