{Eau Claires Salon}

{A client and stylist organizing tool for the salon}

By {Thomas Friedrichs}

Technologies Used

  • C#
  • .NET
  • SQL
  • vsCode

Description

{This program uses one to many relationships to create and track stylists along with the clients they have.}

Setup/Installation Requirements

  • Clone this repository https://github.com/thomasfriedrichs/EauClairesSalon.Solution
  • Do a 'dotnet restore' in the terminal
  • Go into your sql workbench, under the 'Administration' tab, click on 'Data Import/Restore'.
  • Select 'Import from self-contained file', on the right of the file path there is a button with two dots, click on that button and select the 'thomas_friedrichs.sql'
  • select 'dump structure only' near the bottom, then select start import.
  • make an appsettings.json file.
  • paste the following in your appsettings:
{
  "ConnectionStrings": {
      "DefaultConnection": "Server=localhost;Port=3306;database=thomas_friedrichs;userid=root;pwd=epicodus;"
  }
}
  • run the app by typing 'dotnet watch run' in the terminal
  • visit the app via localhost:5000/

Known Bugs

  • no known bugs

License

MIT License

Copyright (c) [2021] [Thomas Friedrichs]

{If you have any questions or concerns please feel free to contact me!}

Contact Information

{Thomas Friedrichs friedrichs.tommy@gmail.com}