Skip to content

WhiteSnake-code/Meeting-Rooms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Œ Room Booking API

REST API to manage meeting room bookings.
It allows creating rooms, making reservations, and retrieving existing bookings while preventing time conflicts.


🧰 Technologies

  • Java 17
  • Spring Boot
  • Spring Web
  • Spring Data JPA (Hibernate)
  • MySQL Database (for development)
  • Lombok (optional)
  • Gradle

⚑ Features

🏒 Rooms

  • Create a room
  • List all rooms
  • Get a room by ID

πŸ“… Bookings

  • Create a booking
  • List all bookings
  • List bookings by room

πŸ”’ Business Rule

  • A booking cannot be created if there is another booking in the same room that overlaps with the requested time range.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages