Skip to content

kelarcrisp/Eau-Claire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Eau-Claire's Hair Salon

an application that allows you to add to the list of employees and each of their clients.

Description

specs

Spec
CREATE DATABASE first_last;
USE first_last;
CREATE TABLE Clients (ClientId PRIMARY KEY, Name VARCHAR(255), StylistId INT(11);
CREATE TABLE Stylists (StylistId PRIMARY KEY, Name VARCHAR(255));
-----------------------------------------------------------
Add to the list of employees that work at Eau-Claire's Salon
Add to the list of clients that each Employee has
Each Client can only be designated to one employee
You can't start adding clients until you have set up at least one employee to attain a customer

Setup/Installation Requirements

Known Bugs

  • no known bugs at this time.

Technologies Used

  • c#
  • mySql
  • .net Core
  • Entity

Support and contact details

Please contact Kelar Crisp with questions and comments.

License

GNU GPLv3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published