ipol-journal / ipolDevel

IPOL demo system development
GNU Affero General Public License v3.0
23 stars 3 forks source link

Refactor/migrate core to fast api #186

Closed hmaciasc closed 1 year ago

hmaciasc commented 1 year ago

Core migration to fastAPI with the use of routers to better refactor de code. It now works as one fastAPI module with as many modules/routers as needed. This will be useful to merge all modules into one in the future. Minor changes to watch out: