Hair Salon

By Cristina Plesa

A C# application that

Technologies Used

  • C#
  • Entity Framework
  • .NET 5 SDK
  • VS Code
  • MySQL Workbench
  • License
  • MIT License.

Setup and Use

Prerequisites

  • .NET 5 SDK
  • MySQL Workbench
  • 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/CristinaPlesa/HairSalon.Solution}

  2. Navigate to the {HairSalon.Solution} directory on your computer

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

  4. To run the console app:

  • Navigate to {HairSalon.Solution/HairSalon} in your command line
  • Run the command dotnet restore to restore the dependencies that are listed in {HairSalon.csproj}
  • Run the command 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 console app
  1. Create a database using SQL via MySQL:

CREATE DATABASE <firstname_lastname>; USE <firstname_lastname>; CREATE TABLE <tablename> (<column/property information>); CREATE TABLE <tablename> (<column/property information>); ….(more if there are more!)

Known Bugs

  • No known bugs

License

MIT Copyright (c) 2021 Cristina Plesa

Contact Information

Please reach out through my GitHub account. github.com/CristinaPlesa