the main update is the creation of an API to share data of the project.
changelog:
- fully functional API (see APP/routes/routes_api.py)
- tests for the API (see APP/test/)
- new HTML page to describe the API (see APP/templates/pages/KatAPI.html)
- minor refactoring: creation of a routes/ folder for the application's route.