Hair Salon

By Tony Fabery

Description

This webpage let's a user view/add/edit hair stylists and clients. User can also assign clients to hair stylists.

Setup/Installation Requirements

  • clone repository from https://github.com/tfabery/hair_salon_ruby
  • create hair_salon database and hait_stylists and clients tables by running
  • "CREATE DATABASE hair_salon;
  • \c hair_salon;
  • CREATE TABLE hair_stylists (id serial PRIMARY KEY, name varchar);
  • CREATE TABLE clients (id serial PRIMARY KEY, name varchar, hair_stylist_id int);" in psql
  • run "ruby app.rb" in terminal
  • open "localhost:4567" on a browser

Known Bugs

  • Protozoa
  • Porifera
  • Nemathelminthes
  • Mollusca
  • Arthropoda

Support and contact details

Tony Fabery: tfabery@gmail.com

Technologies Used

  • Ruby
  • Postgres
  • rspec
  • capybara
  • HTML
  • CSS

License

This software is licensed under the MIT license.

Copyright (c) 2016 DWTFYW INC.