Single codebase for the EJS, Express.js and React web applications, used for data collection towards stock market predictions.
To run this project, you will need to add the following environment variables to your .env file
PORT default: 3000
Install server dependencies with npm
npm installInstall react dependencies
cd react_app && npm installBuild React App (from outside react folder)
npm run build-uiTo deploy this project run
npm startTo start the dev server, run
npm run devThe EJS page is deployed normally using express routers.
The React page is deployed at http://localhost:3000/react_deploy.