Weather measurements is a rest API service with which you can register a sensor and make measurements with this sensor.
- Register sensor
- Add measurement from sensor
- Find sensor by name
- See number of rainy days
- Delete sensor
Application use:
- Spring Data Jpa
- Hibernate validation
- Jackson databind
- MySql
- Lombok
And of course Weather Measurements is open source with a public repository on GitHub.
Application requires Java v11+ to run. Install the repository locally or run with IDE
git clone https://github.com/JavaAbuser/spring-mvc-digital-library.git
mvnw spring-boot:run
MIT