You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> -`API_URL` is referring to the endpoint used to actually access/modify the data.
13
+
> -`API_URL` is referring to the endpoint used to actually access/modify the storage data.
14
14
> -`ENVIRONMENT` can be filled with `dev` or `prod`.
15
15
16
16
Available API path:
@@ -23,6 +23,20 @@ Available API path:
23
23
- GET http://localhost:3000/wedding/message?page=:page&pageSize=:pageSize
24
24
- GET http://localhost:3000/wedding/message/range?offset=:offset&rangeSize=:rangeSize
25
25
26
+
## Google sheets storage implementation
27
+
28
+
I forked my production storage implementation in these public google sheets and appscript link for reference:
29
+
- Storage google sheets [link](https://docs.google.com/spreadsheets/d/1WQaAei843mCgEapI-Ev11O6pRD5W3wtMDljZb7hilMw/edit?usp=sharing) (note: custom script to generate data id exist inside as well)
> **_NOTE:_** this is only a template from NodeJS project creation. To properly deploy this project in **production**, you need to follow the [git submodule's parent](https://github.com/mastree/wedding-site-app) docker command.\
0 commit comments