This is the server side implemented by using spring + mongodb. Client side implemented with Angular, please see angular-reservation-app
To run locally:
- install MongoDB and run (see https://docs.mongodb.com/manual/installation/)
- go to the directory reactive-spring-demo, execute
./mvnw spring-boot:run