Web application that allows user to add engineers and machines to a factory and link them through a join table
- Click on this link to the project repository on GitHub.
- Click on the "Clone or download" button to copy the project.
- If you know how to use the command line and Github, clone the project with
git clone. Use "Download ZIP" if not. - Extract the Zip to a folder of your choice and open with a code editor (i.e. vscode)
- Use a SQL Manager Database such as mySQL Workbench.
- Change the appsettings.json file to use your own first and last name and password
- Navigate to the Factory directory by entering
cdYour Filepath/Factory. Then enterdotnet restore,dotnet build,dotnet ef database updatethendotnet runinto the terminal.
No known bugs
- C#
- .NET-Core 2.2
- ASP.NET Core MVC
- Entity Framework Core
- MySql
- Visual Studio Code
- GitHub
Copyright (c) 2023 Joshua Khan