BYU-Hydroinformatics / api-nwm-gcp

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

PR to restructure code #3

Closed KMarkert closed 1 year ago

KMarkert commented 1 year ago

This PR restructures the code into a coherent package with sub directories where each cloud function is packaged as a subdir and not in the root directory. Also, adds subdirectories for other data (like images) and services (api gateway) to keep things organized.

Also adds .gitignore to prevent unwanted files being added.

closes #1