Repository for the Web Project 2A. Also used for TFSD.
This project is the backend of a web project for managing a building system including its rooms, windows and heaters. This uses the Spring framework, Spring security and gradle. The main entities are Building, Room, Window, and Heater.
API endpoints
- api/windows -> All things to do with windows
- api/rooms -> All things to do with rooms
- api/heaters -> All things to do with heaters
- api/users -> All things to do with users