Running the Application

Running application locally

You can start the application by running either of the following commands:

python main.py

or

python wrapper.py

Running main.py will start the application directly.

Running wrapper.py will also start the application, but in addition, it provides control commands for the server. You can use commands like "restart", "stop", "start", "pull", and "close" to control the server's operation.

The application will be available at http://localhost:5000.

Last updated