Skip to content
Snippets Groups Projects
overview.html 695 B
Newer Older
BEAUVAIS ANTOINE's avatar
BEAUVAIS ANTOINE committed
<!DOCTYPE html>
<!--
CONTRAT DE LICENCE DE LOGICIEL LIBRE CeCILL-B
https://cecill.info/licences/Licence_CeCILL-B_V1-fr.html
-->
<body>
    <p>This is the BACK module for the 2021-2022 M2 SIL ERP project.</p>

    <p>This module is responsible for providing item information to the 
        other components as well as provide financial documentation.</p>

    <p>It is divided in two components:</p>
    <ul>
        <li>a RESTful API for interoperability between the components, and</li>
        <li>a Web interface for managing the software and data.</li>
    </ul>

BEAUVAIS ANTOINE's avatar
BEAUVAIS ANTOINE committed
    <p>Currently, the RESTful API is partly implemented and the Web interface 
        has only just been started.</p>
BEAUVAIS ANTOINE's avatar
BEAUVAIS ANTOINE committed
</body>