/hair-salon

java independent project

Primary LanguageJava

Hair-Salon

Hair-Salon, 03-31-2017

By Riley Watts

Description

This website will allow employers to add employees to their web roster and even go further to add a list of clients to each individual employee

Specifications

Behavior Input Example Output Example
add stylist Janet Stylists: Janet
add client to a specific stylist Todd Stylist:Janet, Client:Todd
delete stylist Janet-d
delete client Todd-d

Technologies

Java Gradle VelocityTemplateEngine Spark

Setup/Installation Requirements

  • Clone the repository
  • In your command terminal, navigate to this repository
  • Type "postgres"
  • Open a new terminal window and type "psql"
  • now type "CREATE DATABASE hair_salon;"
  • In your original terminal window, type "psql media < hair_salon.sql
  • Type "gradle run"
  • Open browser and go to localhost:4567

License

Copyright (c) 2017 Riley Watts

This software is licensed under the MIT license.