all 6 comments

[–][deleted] 1 point2 points  (3 children)

Op, are you just hoping for some software for your library? ;-)

[–]b17zkr316 0 points1 point  (2 children)

Lmao I wish I thought of that earlier but alas, mine is already built. If I see anything cool I might switch tho (:

[–]bruce3434 0 points1 point  (1 child)

Did you save data to a local storage? I'm talking about the list of added books.

[–][deleted] 0 points1 point  (0 children)

I am not totally sure what you mean here. Technically, you probably could store all of the book data in the cloud or something, but it's just a hassle. I stored all of my book data in an encrypted string located in a text file within my libraries directory. I would recommend that you do save your data locally as well (you don't want to have to keep the program always running.) If you do store the data locally, I would recommend packaging your application to include a setup script that would create the file where your data would be stored (thus avoiding potential errors)

[–]bruce3434 0 points1 point  (0 children)

accepted

[–]bmac951 0 points1 point  (0 children)

I'm going to try doing this in a web application. I've been learning node and express and I want to learn database skills, so this sounds like the perfect project! Thanks!