IMPORTANT: Project is not finished - only contains some inital backend code & setup.
The purpose of this project is to learn Spring Framework & Web applications and not to build a game.
- Execute: git clone https://github.com/idanch4/spring-browser-text-rpg.git
- cd to the repository
- Execute: mvn clean install war:war
- downloads dependencies & compiles the project
- creates a WAR file in target/ directory
- Deploy the .war file to the server.
- If you are using Tomcat:
- Copy .war file in target/ to $CATALINA_HOME/webapps directory
- Execute: catalina.sh run (if the server is not running)
- Go to localhost:8080// or go to localhost:8080/ and execute the web-app from the UI
- If you are using Tomcat:
Right now, the front-end is pretty much empty, so 2 only 2 basic displays exist:
- / - home page
- /classes - displays the available hero classes in the database