Reviewed-on: minecartchris/Stock-Game#1
There are two different interfaces available: CLI, and Web.
Run these commands to run the flask:
python3 mainweb.py
Or
flask run mainweb.py -p {port}
Run main.py for the CLI interface:
python3 main.py