BYU-Hydroinformatics / api-nwm-gcp

REST API backed by National Water Model data, developed on Google Cloud Platform
4 stars 1 forks source link

Restructuring to cloud run application #7

Closed KMarkert closed 11 months ago

KMarkert commented 11 months ago

This PR restructures the code to combine the multiple cloud functions into one application that has multiple end points. The src/ directory now has the single application and the code to build the Docker image.

TODO: implement endpoints in applications. This PR simply restructures the code with two endpoint implementations

closes #5