06
Jul
I am trying to get my first Node.js server to work with React Front-end for a site I am building for a client. I have mostly dealt with Django REST when I need a server but I heard Node.js was simpler and maybe more appropriate for this cause, I am also more comfortable with Javascript. Basic structure of the website: - Form for uploading large amounts of PDF documents, images, power point presentations. - Search functionality for the database to find certain PDFs by author, country, upload date and other values. - I am using React DocViewer to display the…