https://github.com/sentrionic/olympusspring
The Spring version of the OlympusBlog backend
https://github.com/sentrionic/olympusspring
kotlin spring-boot
Last synced: about 2 months ago
JSON representation
The Spring version of the OlympusBlog backend
- Host: GitHub
- URL: https://github.com/sentrionic/olympusspring
- Owner: sentrionic
- Created: 2021-06-11T17:15:35.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-11T17:16:45.000Z (about 5 years ago)
- Last Synced: 2025-07-05T19:37:00.867Z (11 months ago)
- Topics: kotlin, spring-boot
- Language: Kotlin
- Homepage: https://github.com/sentrionic/OlympusBlog
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OlympusSpring
OlympusSpring is a backend for the [OlympusBlog](https://github.com/sentrionic/OlympusBlog) stack using [Spring](https://spring.io/).
## Stack
- Spring related packages for everything
## Getting started
0. Install Java and Maven
1. Clone this repository
2. Install Postgres and Redis.
3. Open the project in IntelliJ to get all the dependencies.
4. 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.
5. Run `mvn spring-boot:run`.