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.exampleinsrc/main/resourcestoappsettings.propertiesand 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.