This project was bootstrapped with Create React App.
-
Make sure you have
node.jsenvironment andnpm/yarnpackage manager. -
Go to
./Frontend, runnpm installandnpm startto start the front end. Open http://localhost:3000 to view it in the browser. -
Go to
./Backend, runPython3 api.pyto start the back end. -
If you want to run from scratch, go to
./Backend, create a folderdata_raw, then run 3 scrapers under./Backend/IE/
-
Run
npm run build, then in your terminal runPython3 start.pyto start the front end and back end deployment APP at the same time. -
You could also open http://13.57.28.139:5000/ to view the deployed web page. (Note: might need to inform me in advance to launch my server.)