I want to send an Excel file from UI to Node JS, extract authorization token in NODЕ JS and then send to the Flask Server. I don’t want to share my authorization token with the client UI, so I don’t want to send the file from there directly to Flask API. Also, I would like not to save the file
Tag: reactjs
Django React Serving Together Page not found (404)
I develop an application using Django and React. I want to serving Django and React together. I create an build in react. I use it in Django. This is urls.py ; and views.py; When I run development server there is no any error but when ı want to go url directly ; http://www.x.com:8000/accounts I got page not found (404) error.
Create an electron JS desktop app with python and react js
I want to create a desktop app with Electron JS and form front end I can use React JS as I’m familiar with it. I have a good grasp of Python I checked over the internet but they all wanted me to create an API and run it on local I can do that and connect to react electron app