/HairSalon.Solution

Independent code review project designed to provide a hair salon owner with a view of their stylists along with each stylists assigned clients.

Primary LanguageC#

Eau Claire's Salon

Independent Code Review, Last Updated 12.31.2020

By Chelsea Becker

Description

A platform for salon owners to view their employed stylists and the stylist's respective clients.

Setup/Installation Requirements

Installing .NET Core Framework for Windows(10+) Users

  1. Download the 64-bit .NET Core SDK (Software Development Kit) by following this link: https://dotnet.microsoft.com/download/thank-you/dotnet-sdk-2.2.203-windows-x64-installer.
    1a. Follow prompts to begin your download. The download will be a .exe file. Click to install when it is finished downloading.
  2. After clicking the downloaded .exe file, follow the prompts in the installer and use suggested default settings.
  3. You can confirm a successful installation by opening a command line terminal and running the command $ dotnet --version, which should return a version number.

Installing .NET Core Framework for Mac Users

  1. Download the .NET Core SDK by following this link: https://dotnet.microsoft.com/download/thank-you/dotnet-sdk-2.2.106-macos-x64-installer.
    1a. Follow prompts to begin your download. The download will be a .pkg file. Click to install when it is finished downloading.
  2. After clicking the downloaded .pkg file, follow the prompts in the installer and use suggested default settings.
  3. You can confirm a successful installation by opening a command line terminal and running the command $ dotnet --version, which should return a version number.

View locally

  1. Open web browser and go to https://github.com/cschweig2/HairSalon.Solution.
  2. After clicking the green "code" button, you can copy the URL for the repository.
  3. Open a terminal window, such as Command Prompt or Git Bash.
    3a. Type in this command: "git clone", followed by the URL you just copied. The full command should look like this: "git clone https://github.com/cschweig2/HairSalon.Solution".
  4. View the code on your favorite text editor, such as Visual Studio Code. 5.To run the program, you will need to follow the above steps for installing ASP.NET Core framework.
  5. Navigate to the Bakery and Bakery.Tests folders and enter "dotnet restore" in the command line to install packages. 6.After packages are installed in each of these folders, you may use "dotnet run" to both run and build the program.

Known Bugs

No known bugs at this time.

Test Specs

Test # Expected Behavior Input Output
1 Creates an instance of ____ TBD TBD

Support and contact details

If you run into any issues, you can contact the creator at chelraebecker@gmail.com, or make contributions to the code on GitHub via forking and creating a new branch.

Technologies Used

VS Code
C# version 7.3
.NET Core version 2.2
Razor
REPL
MySQL Workbench

Legal

This software is licensed under the MIT license.

Copyright (c) 2020 Chelsea Becker