Skip to content

Intelli-Watt/Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend

Part of the Intelli-Watt project. See the other components:

Running the Application

Prerequisites

  • Java 17 or higher
  • Maven (or use the included Maven wrapper)

Steps

  1. Navigate to the Backend directory:

    cd Backend
    
  2. Run the application using Maven wrapper:

    ./mvnw spring-boot:run
    

    Or using Maven directly:

    mvn spring-boot:run
    
  3. The application will start on http://localhost:8080

Building the Application

To build a JAR file:

./mvnw clean package

Then run:

java -jar target/backend-0.0.1-SNAPSHOT.jar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages