Skip to content

curtcaldwell/HairSalon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hair Salon

A Webapp that allows user to store names of clients and stylists in a database, July 13, 2018

By Curt Caldwell

Description

This webapp was created to allow users to store names of clients and stylists in a database. Specs: 1. Let user store names of stylists and retrieve the list from the database. Example Input: "Jack" _Example Output: [id 0, "Jack"] 2. Let user view details on the stylist in a separate page. Example Input: user clicks on details page for Jack Example Output: user redirected to a uniquely generated page on Jack. 3. Let user store names of clients for each stylist that are linked by an id. Example Input: user stores "Nancy" as a client under "Jack". Example Output: Nancy saved as a client under stylist id 0. 4. Let user view a list of clients under the details page of each stylist. Example Input: user navigates to Jack details page. Example Output: user sees Nancy and only other clients of Jack.

Setup/Installation Requirements

Clone repository and open with mono

_> CREATE DATABASE to_do;

USE to_do; CREATE TABLE categories (id serial PRIMARY KEY, name VARCHAR(255)); CREATE TABLE tasks (id serial PRIMARY KEY, description VARCHAR(255));_

Known Bugs

No known bugs.

Support and contact details

Curt Caldwell email: Curt.Caldwell24@gmail.com

Technologies Used

Created with Atom editor. Use mono to view. Use PHPMyAdmin to store information.

License

No license required

Copyright (c) 2018 _Curt Caldwell

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published