Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 821 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 821 Bytes

Climbd cycling news

Docker Build

Running at: https://news.qfotografie.de

This is a "Hackernews" clone for cycling related content. Content entries are automatically created using RSS feeds.

The project uses Vaadin to create the frontend. The backend is using Spring Boot with a reactive MongoDB backend.

Setup

Look into the src/main/ressources folder and edit the example-application.yaml. After modifying the values rename the file to application.yaml.

Set the maven profile to "dev" for development and "prod" for releases.

You can start the application like a normal spring boot application. The frontend should be available at http://localhost:8080.