Our front end is in react/node js and the backend is in python. Firstly, would that go in the backend, frontend, or both. Secondly whats the best approach. Also, we have created a logger.py file which is in our models folder which is in the backend folder.
I honestly don’t know where to start which is the issue. I am assuming that I have to create a new file and import our own logger class, but I don’t know if that is the right approach.