Architecture
Last modified by kotisovam on 2019/03/04 14:46
The application is divided into 2 technological lines: backend (java) and frontend (javascript). There is a REST interface between the two.
* BE - Backend (java):
- jdbc db (primary PostgreSQL)
- Hibernate ORM
- Spring (data, data rest, hateoas, security, integration)
- Activiti
* FE - Frontend (javascript)