Project Name

Short description

By Thomas Russell

Technologies Used

  • C#
  • ASP.NET Core
  • Razor
  • MySQL
  • MySQLWorkbench
  • EF Core
  • CSS
  • Bootstrap
  • Markdown

Description

This is a C#/ASP.NET Core application that allows a baker named Pierre to keep track of all of his orders and their details. The orders are sorted by vendor who made the order. Each vendor has a name and description and each order has an order number/title, description, price, and date.

Setup and Use

Prerequisites

  • .NET 5 SDK
  • A text editor like VS Code
  • A command line interface like Terminal or GitBash to run and interact with the console app.

Installation

  1. Clone the repository: $ git clone https://github.com/tprussell19/ProjectName.Solution

  2. Navigate to the ProjectName.Solution/ directory on your computer

  3. Open with your preferred text editor to view the code base

  4. Create a database using SQL via MySQL:

  5. To run the app:

    • Navigate to ProjectName.Solution/ProjectName in your command line
    • Run the command dotnet restore to restore the dependencies that are listed in the .csproj
    • Run the commmand dotnet build to build the project and its dependencies into a set of binaries
    • Finally, run the command dotnet run to run the project!
    • Note: dotnet run also restores and builds the project, so you can use this single command to start the app and launch

Known Bugs

  • No known bugs

License

MIT © Thomas Russell 2021

Contact Information

Thomas Russell t.p.russell19@gmail.com