Skip to content

GalievDev/weather-spring-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Weather Spring App

In this project was used chaching to reduce the load on the network, as well as due to the limited free version OpenWeatherMap

Used tools:

  • Kotlin

  • Spring Boot

  • JSON

  • Getting Started

Prerequisites

Install java 17 or newer. Select the correct way for your system

OS Download Away
Windows https://adoptium.net/temurin/releases/
Ubuntu sudo apt install openjdk-17-jre
Arch Linux sudo pacman -S jre-openjdk

Installation

  1. Clone the repo
    git clone https://github.com/galievdev/weather-spring-app.git
  2. Build JAR using maven
    ./mvnw jar:jar

Usage

  1. Run JAR file
    java -jar weather-spring-app-1.0.0.jar

Releases

No releases published

Packages

No packages published

Languages