Skip to content

Stormly - weather information website created using microprocessor Arduino and Spring Boot.

Notifications You must be signed in to change notification settings

tojoos/Stormly-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI

Stormly-App

Stormly is an app designed to solve low-quality weather measurements in smaller areas. We decided to create a device with a connection to a personal database, which stores weather information. This data can be easily accessed by logging into the website. Each user has a unique account with weather information from his device. Stormly is divided into hardware and software parts. Microprocessor - Arduino UNO is responsible for the hardware part, which collects and sends data from sensors. The software part is represented by a Java language application, which processes received data and displays them on the web service.

Overview of the project

Core of the project is based on MVC design pattern using Java programming language and HTML views. Main technologies used were Spring Framework, Thymeleaf, JUnit, Bootstrap and embedded H2 database. Application communicates with microprocessor using serial port, transferring data directly into file and updating database with this information. This process is being handled by simple Python script.

CircleCI

To avoid building whole project every time change is commited, there is CircleCI's continues integration tool that triggers automated tests and builds. If these fail, they can be repaired quickly - within minutes.

About-Stormly

Preview

Main Page Archive Page Login Form Register Form

About

Stormly - weather information website created using microprocessor Arduino and Spring Boot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published