Scarpa is a framework based on Spring for building ERP systems.
Background
Between 2016 and 2019 I developed several tools for enterprises to replace their spreadsheets.
There were some parts shared by all these projects, parts that were strictly technical, involving no business logic.
I extracted this common functionality into a separate project - Scarpa - so I could build new similar projects faster.
Typical applications built with Scarpa are self-contained ("fat") jars about 45 MiB in size, and they start up in 5 to 10 seconds.
Screenshots
Technology stack
Backend
- Java 8
- Spring Boot
- PostgreSQL 9.5
- Apache POI 3.17 - for reading and writing spreadsheet files