Anchor | ||||
---|---|---|---|---|
|
Table of Contents |
---|
Introduction
...
Each module is a separate application serving a specific role. There are several roles in project:
Frontend modules
FOLIO frontend is built as an SPA application based on React.js.
...
Each UI module implements its own functionality. At build/package time all modules are packed to packages and a single frontend budle is created.
Backend module types
OKAPI
...
Note |
---|
Modules used to interact with third-party systems (where FOLIO is an initiator) can be considered either BL or EDGE modules (example: https://github.com/folio-org/edge-dematic) |