Create an array of stock values by date. Submit! and see the best time to buy and sell a stock with the expected revenue from the transaction. The recommender static web is at http://localhost:3000/ and API access is through http://localhost:3000/api/ (See Run section)
npm installnpm run start-dev
(server runs on http://localhost:3000/ and client on http://localhost:3500/)
Go To http://localhost:3500/npm run buildnpm run start-prod
(server runs on http://localhost:3000/ and serves static build files)
Go To http://localhost:3000/npm run test