1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-22 21:14:18 +00:00
pds-2021-g2-nest/docs/source/code/backend/index.rst
2021-05-29 18:03:07 +02:00

42 lines
840 B
ReStructuredText

``nest_backend`` - Web API in Python
====================================
.. automodule:: nest_backend
``.gestione`` - Metodi di utility
---------------------------------
.. automodule:: nest_backend.gestione
``.database`` - Database
------------------------
.. automodule:: nest_backend.database
``.base`` - Estensione flask
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: nest_backend.database.base
``.tables`` - Tabelle
~~~~~~~~~~~~~~~~~~~~~
.. automodule:: nest_backend.database.tables
:imported-members:
``.routes`` - Percorsi API
--------------------------
.. note::
La documentazione dei percorsi API è gestita da Swagger UI, disponibile a ``/docs`` una volta che il webserver
del backend è avviato.
Si allega una stampa dell'interfaccia swagger:
- :download:`Schermata di swagger <N.E.S.T_Swagger.pdf>`