Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 593 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 593 Bytes

Técnico API

API Module for FenixEdu, with specific endpoints for Técnico Lisboa.

Using this module

To use this module, follow the steps below:

  • Install the module:

    mvn clean install
  • Add this module to fenix-webapp pom.xml dependencies list:

    <dependency>
        <groupId>pt.ist</groupId>
        <artifactId>tecnico-api</artifactId>
        <version>DEV-SNAPSHOT</version>
    </dependency>

Documentation

Development documentation can be found under the /docs folder.