https://github.com/viveknaskar/salonbookingapplication
A spring-boot application for booking a reservation in a Salon that checks the availability of barbers, and if they are available, a reservation can be done.
https://github.com/viveknaskar/salonbookingapplication
backend-api booking-system java-8 mongodb spring-boot
Last synced: 9 months ago
JSON representation
A spring-boot application for booking a reservation in a Salon that checks the availability of barbers, and if they are available, a reservation can be done.
- Host: GitHub
- URL: https://github.com/viveknaskar/salonbookingapplication
- Owner: viveknaskar
- License: mit
- Created: 2020-10-28T22:02:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T19:42:49.000Z (almost 3 years ago)
- Last Synced: 2025-02-22T07:20:59.828Z (about 1 year ago)
- Topics: backend-api, booking-system, java-8, mongodb, spring-boot
- Language: Java
- Homepage:
- Size: 111 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Salon Booking Application
A spring-boot application for booking a reservation in a Salon that checks the availability of barbers, and if they are available, a reservation can be done.
## Technology Stack
- Java 17
- Apache Maven 3.6.3
- Spring Boot 3.1.0
- Spring Data MongodDb 4.1.0
- Mongo Java Driver 3.12.14
The postman collection has also been added.