An unofficial party planner for the game series Etrian Odyssey
- Java 8
- PostgeSQL 12.1
- Rename
hikari.properties.template
tohikari.properties
and fill it out with the information for the database connection - Rename
application.conf.template
toapplication.conf
and fill out the port and the jwt provider - Run
gradlew.bat run
in the backend folder to build and start the backend api. Visit the page under localhost:{port} where port is the one inapplication.conf
- Run
gradlew.bat shadowJar
in the backend folder to create a jar of the backend. RunNot in sync with backendnpm run serve
in the frontend folder to start the frontend. Visit the page under localhost:8081