Thanks to visit codestin.com
Credit goes to github.com

Skip to content

krudny/Weather-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Weather_rest_api

Overview

Weather_rest_api is a project in which I have implemented fullstack application providing weather forecast.

Live Demo

Project is hosted here.

Sample view

image

Key Features

  1. Weather Forecast: 7 days weather forecast integrating with OpenMeteo api.
  2. Weekly summary: Application provides weekly summary based on averageing weather circumstances.
  3. Geolocalization: User is automatically localizated based on their connection.
  4. Design: Clean, easy to use and responsive web design.
  5. Usability: Application calculates average energy solar plane production based on sunlight duration.

Technologies

  • Backend - Java, SpringBoot
  • Frontend - Next.js, TypeScript, Tailwind
  • Development Enviroment - IntelliJ IDEA, WebStorm

Setup

Clone repository

git clone https://github.com/krudny/Weather_rest_api.git

Starting backend

cd Weather_rest_api/weatherApp
gradlew run

Starting frontend

cd Weather_rest_api/weather_front
npm install
npm run dev

Procced to http://localhost:3000/ in browser.

Authors

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages