/hair-salon

Week Three Java Independent Project

Primary LanguageJava

HAIR SALON

A Java based application that utilizes Spark, jUnit, Git Hub, and a DB.

A Basic Hair Salon Admin Portal

By Blake Womack

User Instructions:

  • Clone the repository to your desktop
  • Start Postgres
  • In psql create a database called hair_salon
  • Use the hair_salon.sql file to restore tables
  • In bash, run this: $ psql hair_salon < hair_salon.sql
  • In psql, run this: CREATE DATABASE hair_salon_test WITH TEMPLATE hair_salon;
  • Once up and running, follow the prompts, add Stylists then Clients.

This is the initial release (1.0).

Built with the following tools:

This project is licensed under the MIT License - license