The "Barber Shop Booking System" is a REST API project that aims to streamline the booking process for customers of a barber shop. The system will allow customers to view the available time slots for a particular barber and book appointments accordingly. The API will also allow the barber shop staff to manage the bookings and schedule appointments for customers.
To get started with the "Barber Shop Booking System REST API," follow these simple steps:
1.Clone the repository:
git clone https://github.com/Piotr933/Barber-Shop-Booking-System.git
2.Navigate to the project directory:
cd Barber-Shop-Booking-System
3.Build the project:
./gradlew build
4.Run the program
./gradlew bootRun
5.Access the API using POSTMAN:
Access the API through http://localhost:8080
To interact with it, you can use a tool like POSTMAN.
You can import the ready-to-use Postman Colllection into your Postman application
Please refer to the JavaDoc documentation for detailed on classes and methods
Piotr Zawada