Skip to content

JavaAbuser/spring-rest-weather-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Can be used to measure temperature using anemometers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages