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.
- 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
Form validation is intact but not working perfectly.
- Composer
- Twig
- Silex
- PHP
- Atom
- 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);
Copyright (c) 2015 Torrence Stratton