The salon owner can add a list of stylists, and for each stylist, add clients who see that stylist. The stylists work independently, so each client only belongs to a single stylist.
Specs
- Salon employee can see list of all stylists.
- Upon selecting a stylist, employee should see their details and list of all clients that belong to the stylist.
- Employee can add new stylist
- Employee can add clients to a stylist.
- Employee can update stylist details.
- Employee can update client details.
- Employee can delete stylist.
- Employee can delete client.
Tech Used
- Java Programming Language
- Spark Java Web Framework
- PostgreSQL Database
- Velocity Template Engine
Set Up and Installation
- Download the project folders
$ git clone https://github.com/ngenovictor/hairsalon.git $ cd hairsalon
- Change postgres db login details
$ cp src/main/java/DbDetailsExample.java src/main/java/DbDetails.java $ gedit src/main/java/DbDetails.java
Change the class name to DbDetails and the db logins to your credentials
- Launch
$gradle run
- Deploy to Heroku Check out this link
Licence and copyright Ngeno Victor, Moringa School Licensed under MIT Licence