Hi, this is my current status of the project…
https://timestmp-microsrvice.glitch.me
and the code https://glitch.com/edit/#!/timestmp-microsrvice
one thing i didnt understand is the importance of the “?” after the “date_string”
in the path of the api.get
specfically here app.get("/api/timestamp/:date_string?" …
if i dont use the ? the projects never works for when date_string is empty. its not able to perform get request in that case. i was hoping to get some clarity regarding the importance of using the question mark… and read up a bit more about it.