Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

slaughtr/hair-salon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hair-salon

hair-salon, 03-31-2017

By Dallas Slaughter

Description

This is an app for hair salon owners. It allows the owner to create, update, or delete stylists and clients from their business. They can perform many essential tasks for both stylists and clients, such as changing names and appointments, specialties of stylists, firing stylists, or deleting clients.

Setup/Installation Requirements

  • Clone the repository
  • _DB setup: in terminal, run 'psql' then, 'CREATE DATABASE hair_salon;' then, '\c hair_salon;' then, 'CREATE TABLE clients (id serial PRIMARY KEY, name varchar, appointment_date date, appointment_time time, stylist_id int)' then, 'CREATE TABLE stylists (id serial PRIMARY KEY, name varchar, specialty varchar)'
  • Run the command 'gradle run'
  • Open browser and go to localhost:4567

Technologies Used

Java, Spark, Velocity Template Engine, HTML, CSS, gradle

License

Copyright (c) 2017 slaughtr

This software is licensed under the MIT license.

About

Java Friday project, 3-31-17

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published