Friday 26 June 2020

An admin gateway for Node.js API?

I’m creating a Node.js REST API. I was wondering if it is bad practice to create a client side admin dashboard for uploading files to the database within the Node.js app. I will eventually link the API with a React front end, but thought it might be useful to have a place where I can log in to upload data to the database.Is this something that’s bad practice? Are there other optimal ways of doing this? I’m also thinking it can be done through a admin login within React.Any thoughts and advice would be much appreciated!Thanks!

Submitted June 27, 2020 at 12:57AM by intrepidvariable

No comments:

Post a Comment