jingedawang / StockPredictor

Predict the stock price with AI models.
http://stockprediction.org/
MIT License
20 stars 6 forks source link

Get rid of 3000 port for webapp #66

Closed jingedawang closed 1 year ago

jingedawang commented 1 year ago

Use command

sudo PORT=80 npm start

to start webapp at 80 port.

Need to roll back the version of nodejs to 14 to support running at 80 port. According to this answer: https://stackoverflow.com/a/73453974/5717865