Skip to content

ksidelta/stampli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 11, 2022
a8ca84a · Aug 11, 2022
Aug 11, 2022
Apr 18, 2022
Apr 18, 2022
May 31, 2021
Apr 15, 2022
Aug 11, 2022
Apr 7, 2022
Aug 11, 2022
Aug 11, 2022
Apr 15, 2022
May 14, 2021
Apr 18, 2022

Repository files navigation

Stampli

Build Status

Introduction

Stampli is an application for collecting stamps.

Development

Starting application

To start application locally you need to:

  • run mvn package in stampli-backend
  • run docker-compose -f ./docker-compose.yml -f ./deployment/development.yml up

It will start application on port 80!!!

Developing

Backend

Backend has finally autoreload. You just have to run mvn package -DskipTests to make it rebuilt.

Frontend

Frontend will reload on change, however it is not using hot reload so page needs to be refreshed.

Problems

Logging via google isn't working locally.

CI/CD

Drone

We are using drone for CI and CD.
Please check out .drone.yml