OlympusSpring is a backend for the OlympusBlog stack using Spring.
- Spring related packages for everything
- Install Java and Maven
- Clone this repository
- Install Postgres and Redis.
- Open the project in IntelliJ to get all the dependencies.
- Rename
appsettings.properties.example
insrc/main/resources
toappsettings.properties
and fill out the values. AWS is only required if you want file upload, GMail if you want to send reset emails. - Run
mvn spring-boot:run
.