Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 455 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 455 Bytes

JokeApp Application

This web application displays a random Chuck Norris Joke on the index. JokeApp is a Spring Boot application built using Maven.

Running jokeapp locally

git clone https://github.com/enesoral/JokeApp.git
cd JokeApp
./mvnw package
java -jar target/*.jar

You can then access jokeapp here: http://localhost:8080/

2