/OlympusSpring

The Spring version of the OlympusBlog backend

Primary LanguageKotlin

OlympusSpring

OlympusSpring is a backend for the OlympusBlog stack using Spring.

Stack

  • Spring related packages for everything

Getting started

  1. Install Java and Maven
  2. Clone this repository
  3. Install Postgres and Redis.
  4. Open the project in IntelliJ to get all the dependencies.
  5. Rename appsettings.properties.example in src/main/resources to appsettings.properties and fill out the values. AWS is only required if you want file upload, GMail if you want to send reset emails.
  6. Run mvn spring-boot:run.