- Create Table component to display all rooms 2. add number of seats and occupation to room model. 3. Make Title and Description mandatory
- Create Detail component, that displays selected room from table
3. Only display if Room is selected - Create Add Component, that allows to add new Rooms with Validation 4. Mandatory Fields are filled out 5. max length for title 20
- Allow to edit Room in detail component
- Allow to delete selected room in detail component
- Display List and Detail next to each other with a ration of 60/40
- Use Material Design Objects.
mvn spring-boot:run
The Spring Boot Server will export API at port 8081
.
npm install
ng serve --port 8081