Skip to content

word-view/APIWordView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

277 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API WordView

The backend of the WordView App

Running

  # Clone the repository
  git clone https://github.com/word-view/APIWordView

  # Enter the folder
  cd APIWordView/

  # run
  ./mvnw spring-boot:run

Running (Docker)

First, build the docker image

docker build --platform linux/amd64 -t api-wordview .

Run the API forwarding port 8080

docker run -p 8080:8080 -t api-wordview

Running (JAR)

Running from the jar is not recommended as i only deploy a new version when i update the server

  # Download from releases
  # And run either with --prod (production) or --dev
  java -jar ./wordview-0.0.4-SNAPSHOT-exec.jar --prod

Packages

No packages published