FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

dployr-examples/java at master · dployr-io/dployr-examples · GitHub

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Old County Times - Java Edition

This directory contains the java version of the Old County Times newspaper application.

Requirements

  • Java 17 or higher
  • Maven 3.6 or higher

Running the Application

  1. Navigate to the java directory:

    cd java
  2. Run the application using Maven:

    mvn spring-boot:run
  3. Open your browser and visit:

    http://localhost:3000
    

API Endpoints

  • GET / - Main newspaper page (HTML)
  • GET /api/newsletter-data - Newsletter data (JSON)

Building

To build the application:

mvn clean package

To run the built JAR:

java -jar target/old-county-times-1.0.0.jar

Back | FazBrowse Home | New Git URL