Skip to content

mostfamiliar/hair-salon

Repository files navigation

HANDSOME DEVIL HAIR SALON

Stylist and client system, 2/26/2015

By Torrence Stratton

Description

This application takes user input in the form of a name and adds it in a list of stylists, from there the user can add clients beneath each stylist. The user is also able to delete all, delete single items, and edit stylist and client names.

Setup/Installation Requirements

  • Clone the Repository
  • Add .gitignore file to repository with vendor/ intact in the file
  • in your terminal, run "composer install" to get silex and twig operation
  • start your php sever in the "web" folder
  • open browser to localhost:8000

Known Bugs

Form validation is intact but not working perfectly.

Technologies Used

  • Composer
  • Twig
  • Silex
  • PHP
  • Atom

MYSQL commands used

  • SHOW DATABASES;
  • CREATE DATABASE hair_salon;
  • USE DATABASE hair_salon;
  • CREATE TABLE stylist (name VARCHAR (255), id serial PRIMARY KEY);
  • CREATE TABLE stylist (name VARCHAR (255), id serial PRIMARY KEY);

License

Copyright (c) 2015 Torrence Stratton

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published