GithubHelp home page GithubHelp logo

abbiemurugi / hair_salon Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 962 KB

It is a Java Application where the owner should be able to add a list of the stylists, and for each stylist, add clients who see that stylist. The stylists work independently, so each client only belongs to a single stylist.

Home Page: https://morning-ravine-24354.herokuapp.com/

License: MIT License

Java 97.45% CSS 2.55%

hair_salon's Introduction

Title

Hair_Salon Java Application

Author

Abigail Murugi

Description

It is a Java Application where the owner should be able to add a list of the stylists,

and for each stylist, add clients who see that stylist. The stylists work independently,

so each client only belongs to a single stylist.

Project SetUp

If you want to use this as your template, here's how to go about it:

Install Git on you machine

Maneuver to 'clone or download' button and get the link

--Linux Users-- open your terminal and run the 'git clone ...' command in a directory of your choice

--for Windows Users-- Navigate to the location you'd want the repository located, right click and select "git bash here"

Clone the repository

Upon completion, navigate to the cloned repository Feel free to edit the files to your prefered taste

Now build the Database to enable storing of created instances

Install Postgres SQL

Run psql command to access DataBase

then run the following commands in your terminal

In PSQL:

CREATE DATABASE hair-salon;

CREATE TABLE Stylist (id serial PRIMARY KEY, firstname varchar, middlename varchar, lastname varchar, age int, address varchar);

CREATE TABLE Client (id serial PRIMARY KEY, firstname varchar, middlename varchar, lastname varchar, age int, address varchar);

CREATE DATABASE hair_salon_test WITH TEMPLATE hair_salon;

Welcome Page

home

List For Stylists

stylists

Technologies Used

  • IntelliJ IDEA version 8

  • Terminal

  • Gradle build

  • DataBase

License

MIT license

hair_salon's People

Contributors

abbiemurugi avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.