Skip to content

[Independent Project #9: Eau Claire's Salon] The home page welcomes Claire (no relation) to her salon management portal. Claire can see a list of stylists working at the salon, and for each stylist, add clients who see that stylist. The stylists have specialties, so each client can only see a single stylist.

License

Notifications You must be signed in to change notification settings

Thorington/EauClaireSalon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Independent Project #9: Eau Claire's Salon

a picture of the Salon's header

Contributors: Claire Thorington

Technologies Used

  • Markdown
  • HTML
  • CSS
  • C#
  • .NET
  • ASP.NET Core MVC
  • Razor
  • MySQL
  • MySQL Workbench
  • EF Core

Description

The home page welcomes Claire (no relation) to her salon management portal. Claire can see a list of stylists working at the salon, and for each stylist, add clients who see that stylist. The stylists have specialties, so each client can only see a single stylist.

a picture of the program's schema

Setup/Installation Requirements

  • Clone repository to desktop
  • To run this program, you will need to import the claire_thorington.sql file into MySQL Workbench and create a new schema named claire_thorington
  • Next, create an appsettings.json file in the HairSalon directory and copy in the following*:
{
  "ConnectionStrings": {
    "DefaultConnection": "Server=localhost;Port=3306;database=claire_thorington;uid=root;pwd=epicodus;"
  }
}
  • Navigate to the HairSalon directory in your terminal and type $ dotnet restore and then $ dotnet run

  • A note to whoever is grading this: The .sql file I exported included both the structure and some filler data, on purpose

Known Bugs

  • Still trying to show a list of clients on each stylist's page

License

[MIT]

Copyright (c) 2022 Claire Thorington

About

[Independent Project #9: Eau Claire's Salon] The home page welcomes Claire (no relation) to her salon management portal. Claire can see a list of stylists working at the salon, and for each stylist, add clients who see that stylist. The stylists have specialties, so each client can only see a single stylist.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages