Room Allocation Intranet service
- Clone the project using IntelliJ (Get from VCS -> Enter Project URL)
- Find the pom.xml, right click anywhere in the file and select the option (Add as Maven Project).
If done correctly you will see a lot more files in the External Libraries folder which belong to Maven
- Run the application from RaumBuchungApplication.
To integrate this with your Spring backend, you'll need to:
- Add API calls to fetch available desks
- Implement booking submission
- Add validation for time slots
- Handle user authentication
- Add real-time updates for desk availability