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.
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