Skip to content

Mehequanna/java-project3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

Hair Salon App

Features

This app will allow an owner or employee to add stylists and clients. They will be able to assign multiple clients to one stylist. They will also be able to update or delete clients/stylists.

screenshot of project

Technologies

Java, JUnit, Gradle, Spark

Usage

To use the code, you can clone the repository at: https://github.com/mehequanna/java-project3.

Database Instructions (postgres/psql)

  • Run in terminal: postgres
  • Run in new terminal window: psql
  • Run in psql: CREATE DATABASE hair_salon;
  • Run in terminal inside project directory: psql hair_salon < hair_salon.sql
  • Run in psql: \c hair_salon
  • Finally check for tables in psql by running: \dt

Author

Stephen Emery

License

This work can be used under the MIT License. Copyright (c) 2016 Stephen Emery

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published