Joe Barnes

Web app for a Hair Salon, 05/10/19

By Joe Barnes

Description

A hair salon owner may create Stylists in the database and save clients to them.

Setup/Installation Requirements

  • Clone from github
  • run dotnet restore in root directory
  • use dotnet run to launch server
  • navigate to localhost:5000 to view

Launch mysql in console. CREATE DATABASE() CREATE DATABASE hairSalon SHOW DATABASE USE hairSalon SELECT DATABASE(); CREATE TABLE stylists ( id serial PRIMARY KEY, name VARCHAR (255)) CREATE TABLE clients (id serial PRIMARY KEY, name VARCHAR (255) stylistId INT) DROP DATABASE hairSalon

Known Bugs

Currently there are no Known bugs

Support and contact details

If there any any bugs contact me at joebaranes333@gmail.com

Technologies Used

C#, HTML, MYSQL

License

Copyright (c) 2019 Joe Barnes