vamuigua / hair-salon

A Ruby based app platform where the clients are allocated to a particular salon stylists

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hair-salon 💇

As the owner of a Salon, he/she must allocate the clients to a particular Salon Stylist because they all work independently...One Stylist, Many Clients.

alt text

User-Stories

  • As a salon owner, I want to view, add, update and delete stylists.
  • As a salon owner, I want to view, add, update and delete clients.
  • As a salon owner, I want to add clients to a stylist.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Open Terminal and clone the project by typing

git clone https://github.com/vamuigua/hair-salon.git

cd startup-weekend-team-tracker

Your now in the Project!

Prerequisites

Things you need to install

  • Ruby 2.3.1
  • psql (PostgreSQL) 9.6.3
Give examples

Installing

A step by step series of examples that tell you have to get a development env running

Inside the route of the project, type the code below in your terminal to install the required gems

bundle install

Then run:

ruby app.rb

The app should now be running on your browser

Running the tests

Explain how to run the automated tests for this system

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A Ruby based app platform where the clients are allocated to a particular salon stylists

License:MIT License


Languages

Language:Ruby 71.6%Language:HTML 27.7%Language:CSS 0.7%