Skip to content

Architecture

Nutrix is a web application that consists of the following three main subsystems:

Backend

The core system and backend of nutrix, a REST api that's build in golang, for more information check the dedicated git repo nutrixpos/pos, pos uses a document based database built with mongo

Frontend

The user interface of nutrix, a web application that's build in vue, the code is included in the pos/frontend subdirectory.

Released under the GPL-2.0 License.