The backend of the WordView App
# Clone the repository
git clone https://github.com/word-view/APIWordView
# Enter the folder
cd APIWordView/
# run
./mvnw spring-boot:runFirst, 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-wordviewRunning 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