Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.59 KB

README.md

File metadata and controls

47 lines (35 loc) · 1.59 KB

REST API WEATHER MEASUREMENTS

Application was created with Spring Boot 2.7.0, Java 11 and built with Maven

Weather measurements is a rest API service with which you can register a sensor and make measurements with this sensor.

Features

  • Register sensor
  • Add measurement from sensor
  • Find sensor by name
  • See number of rainy days
  • Delete sensor

Tech

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.

Installation

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

image image image image image image image

License

MIT