Stampli is an application for collecting stamps.
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!!!
Backend has finally autoreload.
You just have to run mvn package -DskipTests
to make it rebuilt.
Frontend will reload on change, however it is not using hot reload so page needs to be refreshed.
Logging via google isn't working locally.
We are using drone for CI and CD.
Please check out .drone.yml