DeviaVir / zenbot

Zenbot is a command-line cryptocurrency trading bot using Node.js and MongoDB.
MIT License
8.22k stars 2.04k forks source link

Enable web interface before data load, #2801

Open richastral opened 2 years ago

richastral commented 2 years ago

System information

Describe the problem

When using the bot and settings allow back-data, the bot as it should reads the data then starts up.

If possible, it would be good to start the web interface and display the status, or lack of on the interface before the data load.

I'm happy to contribute if you think this could work.