Things that need to be installed to test the current app. 1.) python pip stuff 2.) node_modules in React_frontend
so go added that pls
First, navigate to the folder called Flask_backend
$ cd Flask_backendOptional: It is a good idea to create a python virtual environment so that it dosen't hurt ur computer boyz
$ python3 -m venv envTo run the venv, use command: pipenv shell
$ pipenv shellThen installed all the python model for the application
$ pip install -r requirements.txtTo start the server, just use command: flask run
$ flask runnavigate to the react folder then install the node module and run: npm start
$ cd React_frontend
$ npm install
$ npm startNow the current application should work? I guess?
For more information regarding current progress of the project=> check desperate_log.txt