JavaRush Module 3 final mini-project:
https://javarush.com/quests/lectures/jru.module3.lecture04
https://text-quest-l7tx.onrender.com
(It may take some time at the first start)
mvn clean install
java -jar target/text-quest-1.0.0.jar
or
mvn spring-boot:run
heroku create
git push heroku main
heroku open
Use Dockerfile to build an image and run it:
docker build --tag=text-quest:latest .
docker run -it -p8888:8080 text-quest:latest
Оr use Maven to build an image and run it:
mvn spring-boot:build-image
docker run -it -p8888:8080 text-quest:1.0.0
Vectors and icons by Good Stuff No Nonsense in CC Attribution License via SVG Repo