This project was bootstrapped with Create React App.
-
Make sure you have
node.js
environment andnpm/yarn
package manager. -
Go to
./Frontend
, runnpm install
andnpm start
to start the front end. Open http://localhost:3000 to view it in the browser. -
Go to
./Backend
, runPython3 api.py
to 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.py
to 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.)