cristighr1995 / Holiholic

A trip planner and travel guide application which offers activity suggestions and personalized day plans based on user’s preferences and profile.
Apache License 2.0
2 stars 0 forks source link

[HH-13] Avoid file does not exist in the database #20

Closed cristighr1995 closed 5 years ago

cristighr1995 commented 5 years ago

Every time we request to access the file from the database we check if the file already exists. If not we need to create it, in order to avoid future FileNotFound or other I/O exceptions.

This PR solves this issue by creating and empty json object or array considering the request.