Wednesday, 5 July 2017

Storing documents?

Hey! So I am tasked with creating an application where people log in, and do CRUD operations on documents (only .docx files). I've spent maybe a day working on the project, creating a quick login and "create" function.But I can see some problems coming up, I am using docxtemplater to create the documents. But to have an ID for each document to easily find them to read/update/delete I need a database, I've been thinking of using MongoDB to store the files location as it will be permanent but what if the title changes?Basicly looking for suggestions on how to proceed with this before I put too much work in it.I've even thought about switching to lamp stack.

Submitted July 05, 2017 at 12:05PM by Z_Zeay

No comments:

Post a Comment