Skip to content

This is an MVC web application to help Claire (Pierre's friend) manage her employees (stylists) and their clients.

License

Notifications You must be signed in to change notification settings

bordonj/epicodus-EauClairesSalon.Solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eau Claire's Salon

Eau Claire's Salon- 07/30/21 - Code Review010

By Jennifer Bordon

Description

This is an MVC web application to help Claire (Pierre's friend) manage her employees (stylists) and their clients.

Technologies Used

  • C#
  • MySQL
  • MySQL Workbench
  • .NET 5 SDK
  • Git BASH
  • ASP .NET CORE MVC

Schema

Screenshot

Setup/Installation Requirements

  1. Download or clone the https://github.com/bordonj/epicodus-EauClairesSalon.Solution to your local machine

  2. Open terminal and navigate to the EauClairesSalon.Solution of the directory

  3. Run "dotnet restore" in the the HairSalon directory to install dependencies $ dotnet restore

  4. Create your own version of the database by importing the jennifer_bordon.sql file from the repo with MySQL Workbench.

  5. Create an appsettings.json file in the HairSalon directory add the following code to the file:

{
  "ConnectionStrings":
  {
    "DefaultConnection": "Server=localhost;Port=3306;database={first_last};uid={YOUR_USERNAME_NAME};pwd={YOUR_PASSWORD};"
  }
}

Be sure to replace {first_last} {YOUR_USERNAME_NAME} and {YOUR_PASSWORD} with the appropriate terms.

  • for {first_last}, this refers to the database or schema

    • make sure to replace this input with what you decide to name the schema/database
  • for {YOUR_USERNAME_NAME} and {YOUR_PASSWORD}, this refers to your username and password for MySQL

  • NOTE: Do not include the curly brackets in your code snippet of appsettings.json

  1. In order to see the website in the browser, make sure you've navigated to the HairSalon diretory
  • run the code $ dotnet run
  1. View the website by entering localhost:5000/ in the url of your browser/client

Bugs

No known bugs at this time. But if any found, please contact me so I can fix them.

License

MIT

Copyright (c) 2021 Jennifer Bordon

Contact Information

[email protected]

About

This is an MVC web application to help Claire (Pierre's friend) manage her employees (stylists) and their clients.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published