opencdms-dev / legacy-opencdms-api

⭐🐍 OpenCDMS server application written in Python (FastAPI) and exposing a web interface for `opencdms-app` and other applications
MIT License
3 stars 3 forks source link

Feat/integrate surface mch (2) #24

Closed Shaibujnr closed 2 years ago

Shaibujnr commented 2 years ago

I somehow lost the link between the previous PR and this branch. So here is the updated one.

This PR builds on the last PR of the same branch and resolves conflicts with the main branch. It deletes the surface appplication and it's tests and also the auth application.

It mounts mch app on /mch, surface app on /surface and climsoft app on /climsoft. It also uses surface user table for authentication.