Weather_rest_api is a project in which I have implemented fullstack application providing weather forecast.
Project is hosted here.
- Weather Forecast: 7 days weather forecast integrating with OpenMeteo api.
- Weekly summary: Application provides weekly summary based on averageing weather circumstances.
- Geolocalization: User is automatically localizated based on their connection.
- Design: Clean, easy to use and responsive web design.
- Usability: Application calculates average energy solar plane production based on sunlight duration.
- Backend - Java, SpringBoot
- Frontend - Next.js, TypeScript, Tailwind
- Development Enviroment - IntelliJ IDEA, WebStorm
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.
- Kamil Rudny GitHub