Hair Salon Application, July 14, 2017
By Anna Kuznetsova
Hair Salon
Web java application that allows a Hair Salon assistent to track stylists and clients.
- User can go to the homepage and see a list of stylists and clients.
- User should be able to add a new stylist and then view a list of stylists.
- User can view the clients of each stylist.
- User can update and delete clients and stylists.
Setup/Installation Requirements
- Clone the project from Github.
- Create database "hair-salon" on localhost.
- Navigate to the project folder.
- Create database tables with script sql/tables.sql.
- On the terminal, type "gradlew run", then enter the following in the browser's URL bar: http://localhost:4567/.
- _Project also published on Heroku http://my-hair-salon.herokuapp.com/
Technologies Used
- Idea
- Java
- jUnit
- Gradle
- Spark
- Apache Velocity Engine
- Postgresql
License
Copyright 2017 Anna Kuznetsova