Well documented which made the app easy to use. The code itself was well organized and easy to read. Overall everything appeared to be in working order.
Not entirely sure where the DB interaction is though.
Good catch, in this case, there is no DB per se. For this project, we simply used a collection of JSON objects as the data store. But in production, yea we'd likely use SQLlite or a similar RDBMS.
Well documented which made the app easy to use. The code itself was well organized and easy to read. Overall everything appeared to be in working order.
Not entirely sure where the DB interaction is though.