Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 845 Bytes

README.md

File metadata and controls

39 lines (22 loc) · 845 Bytes

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