You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, TutorMe needs a minimum of Java 11 and a PostgreSQL database to run. You need to change the database config in the main/src/main/resources/application.properties file to your own database. You can then run mvn package to build the executable and run it with java -jar target/drp-0.0.1-SNAPSHOT.jar --port=8080. You'll then be able to access the app at localhost:8080.
Hope this is helpful :)
What are the requirements?
How to install it?
The text was updated successfully, but these errors were encountered: