Skip to content

Summer-Rose/hair-salon-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hair Salon

Epicodus Week Three Code Review, 08.28.2015
Summer Brochtrup

Description

A website where users can sort clients at a hair salon by stylist name

Setup

Clone this repository:

$ cd ~/Desktop
$ git clone https://github.com/SummerBr/hair-salon-java.git
$ cd hair-salon

Open terminal and run Postgres:

$ postgres

Open a new tab in terminal by pressing ⌘t and create hair_salon database:

$ psql
$ CREATE DATABASE hair_salon;
$ pg_dump hair_salon > hair_salon.sql
$ psql hair_salon < hair_salon.sql

Navigate back to the directory where this repository has been cloned and run gradle:

$ gradle run

Legal

{This is boilerplate legal language. Read through it, and if you like it, use it. There are other license agreements online, but you can generally copy and paste this.}

Copyright (c) 2015 Summer Brochtrup

This software is licensed under the MIT license.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Epicodus Week 3 Code Review

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published