Skip to content

anuradhamudalige/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DarkSky Weather Update Application

by Anuradha Mudalige

Technology Stack

  • Java 8
  • Spring Boot 2.1.8
  • Bootstrap CDN 4.3.1
  • Thymeleaf 2.1.8
  • MongoDB
  • HTML5

Launching the Application

  • Clone the repository.
  • Navigate to the RELEASE directory using terminal
  • Run the pre built app by java -jar weatherapp-0.0.1-SNAPSHOT.jar
  • Open your browser and navigate to the http://localhost:8080/
  • Log file will be created at the RELEASE/logs/application.log.

Testing

  • Clone the repository
  • Navigate to the project root
  • Run mvn clean install or mvn test

Build without Unit Tests

  • Clone the repository
  • Navigate to the project root
  • Run mvn clean install -DskipTests
  • Navigate to the target directory for builds.

Project References